mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-20 03:38:53 +02:00
kurento: explicitly set external ip
otherwise we get a lof of invalid candidates
This commit is contained in:
parent
a3027a036b
commit
882146f97c
@ -87,7 +87,7 @@ services:
|
|||||||
KMS_STUN_PORT: ${STUN_PORT}
|
KMS_STUN_PORT: ${STUN_PORT}
|
||||||
KMS_MIN_PORT: 24577
|
KMS_MIN_PORT: 24577
|
||||||
KMS_MAX_PORT: 32768
|
KMS_MAX_PORT: 32768
|
||||||
KMS_EXTERNAL_ADDRESS:
|
KMS_EXTERNAL_ADDRESS: ${EXTERNAL_IP}
|
||||||
KMS_TURN_URL:
|
KMS_TURN_URL:
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user