Skip to content

Commit 33b386b

Browse files
authored
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 1205170)
1 parent 087f024 commit 33b386b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ services:
210210
- JVB_PORT
211211
- JVB_TCP_HARVESTER_DISABLED
212212
- JVB_TCP_PORT
213+
- JVB_TCP_MAPPED_PORT
213214
- JVB_STUN_SERVERS
214215
- JVB_ENABLE_APIS
215216
- PUBLIC_URL

0 commit comments

Comments
 (0)