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 1205170056)
This commit is contained in:
miggland
2020-10-09 17:40:59 +02:00
committed by GitHub
parent 087f024fcb
commit 33b386bae7

View File

@@ -210,6 +210,7 @@ services:
- JVB_PORT - JVB_PORT
- JVB_TCP_HARVESTER_DISABLED - JVB_TCP_HARVESTER_DISABLED
- JVB_TCP_PORT - JVB_TCP_PORT
- JVB_TCP_MAPPED_PORT
- JVB_STUN_SERVERS - JVB_STUN_SERVERS
- JVB_ENABLE_APIS - JVB_ENABLE_APIS
- PUBLIC_URL - PUBLIC_URL