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 <andreas.hansson@tritech.se>
This commit is contained in:
Andreas Hansson 2020-06-11 09:30:01 +02:00 committed by GitHub
parent b235ea1261
commit a7563d4f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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