From a7563d4f82d79cfaca6f5ff408299f7857f7cac7 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Thu, 11 Jun 2020 09:30:01 +0200 Subject: [PATCH] jvb: use JVB_TCP_PORT for exposing the port JVB_TCP_MAPPED_PORT is the port of on the public external interface which may be on a completely different server / router. https://github.com/jitsi/jitsi-videobridge/blob/master/doc/tcp.md Co-authored-by: Andreas Hansson --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5c9d0f6..318f68e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -142,7 +142,7 @@ services: restart: ${RESTART_POLICY} ports: - '${JVB_PORT}:${JVB_PORT}/udp' - - '${JVB_TCP_MAPPED_PORT}:${JVB_TCP_PORT}' + - '${JVB_TCP_PORT}:${JVB_TCP_PORT}' volumes: - ${CONFIG}/jvb:/config:Z environment: