use JVB_WS_DOMAIN variable instead of PUBLIC_URL_DOMAIN

This commit is contained in:
marlon 2024-08-07 16:53:48 -04:00
parent b09223ebb9
commit 5be4c62519
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ TZ=UTC
# Public URL for the web service (required)
PUBLIC_URL=https://meet.example.com
PUBLIC_URL_DOMAIN=meet.example.com
JVB_WS_DOMAIN=meet.example.com
# Media IP addresses to advertise by the JVB
# This setting deprecates DOCKER_HOST_ADDRESS, and supports a comma separated list of IPs

View File

@ -87,7 +87,7 @@ services:
- jitsijvbconfig:/config
environment:
- JVB_AUTH_PASSWORD_FILE=/run/secrets/jvb_auth_password
- PUBLIC_URL_DOMAIN
- JVB_WS_DOMAIN
configs:
- source: entrypoint
target: /custom-entrypoint.sh