From 33b386bae7e45077efa81308b18697e36316a0e5 Mon Sep 17 00:00:00 2001 From: miggland Date: Fri, 9 Oct 2020 17:40:59 +0200 Subject: [PATCH] jvb: add missing variable to docker-compose Variable JVB_TCP_MAPPED_PORT is used in jvb/roots/defaults/sip-communicator.properties, but is not defined yet in the docker-compose.yml file (Variable added in commit 12051700562d9826f9e024ad649c4dd9b88f94de) --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index c7d6cd4..301c298 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -210,6 +210,7 @@ services: - JVB_PORT - JVB_TCP_HARVESTER_DISABLED - JVB_TCP_PORT + - JVB_TCP_MAPPED_PORT - JVB_STUN_SERVERS - JVB_ENABLE_APIS - PUBLIC_URL