Change JVB port to 10200 to avoid conflict with coturn

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-01-08 19:34:36 +01:00
parent bedb53180e
commit 129dc40ea7
1 changed files with 3 additions and 3 deletions

View File

@ -141,8 +141,8 @@ services:
image: jitsi/jvb:${JITSI_IMAGE_VERSION:-stable}
restart: ${RESTART_POLICY:-unless-stopped}
ports:
# UDP for video bridge - MUST be directly exposed
- '10000:10000/udp'
# UDP for video bridge - MUST be directly exposed (using 10200 to avoid conflict with coturn)
- '10200:10200/udp'
volumes:
- ${CONFIG}/jvb:/config:Z
environment:
@ -154,7 +154,7 @@ services:
- JVB_BREWERY_MUC=jvbbrewery@internal-muc.meet.jitsi
# Network - IMPORTANT: Set to server's public IP
- JVB_ADVERTISE_IPS=${JVB_ADVERTISE_IPS}
- JVB_PORT=10000
- JVB_PORT=10200
- JVB_STUN_SERVERS=meet-jit-si-turnrelay.jitsi.net:443
# WebSocket
- ENABLE_COLIBRI_WEBSOCKET=1