kurento: explicitly set external ip

otherwise we get a lof of invalid candidates
This commit is contained in:
chandi 2020-04-20 17:26:40 +02:00
parent a3027a036b
commit 882146f97c

View File

@ -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"