mirror of
https://github.com/luzifer-docker/jitsi.git
synced 2024-11-09 23:20:02 +00:00
Fix crashing video bridge
refs jitsi/jitsi-videobridge#1352 Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c4e8ba8e26
commit
9fdb699359
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ set -euxo pipefail
|
||||||
[ -f /etc/jitsi-env.conf ] && source /etc/jitsi-env.conf
|
[ -f /etc/jitsi-env.conf ] && source /etc/jitsi-env.conf
|
||||||
|
|
||||||
exec /usr/local/bin/gosu jvb /usr/share/jitsi-videobridge/jvb.sh \
|
exec /usr/local/bin/gosu jvb /usr/share/jitsi-videobridge/jvb.sh \
|
||||||
|
--apis=rest \
|
||||||
--host=$JVB_HOST \
|
--host=$JVB_HOST \
|
||||||
--domain=$JVB_HOSTNAME \
|
--domain=$JVB_HOSTNAME \
|
||||||
--port=$JVB_PORT \
|
--port=$JVB_PORT \
|
||||||
|
|
Loading…
Reference in a new issue