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_MIN_PORT: 24577
|
||||
KMS_MAX_PORT: 32768
|
||||
KMS_EXTERNAL_ADDRESS:
|
||||
KMS_EXTERNAL_ADDRESS: ${EXTERNAL_IP}
|
||||
KMS_TURN_URL:
|
||||
network_mode: host
|
||||
|
||||
@ -143,4 +143,4 @@ networks:
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: "10.7.7.0/24"
|
||||
- subnet: "10.7.7.0/24"
|
||||
|
Loading…
x
Reference in New Issue
Block a user