mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-19 19:29:02 +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
|
||||||
|
|
||||||
@ -143,4 +143,4 @@ networks:
|
|||||||
ipam:
|
ipam:
|
||||||
driver: default
|
driver: default
|
||||||
config:
|
config:
|
||||||
- subnet: "10.7.7.0/24"
|
- subnet: "10.7.7.0/24"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user