jvb: add JVB_ADVERTISE_IPS, deprecating DOCKER_HOST_ADDRESS
The new variable has a better purposed name, and supports a comma separated list of IPs instead of a single one, which should help those running split-horizon setups.
This commit is contained in:
@@ -30,10 +30,11 @@ TZ=UTC
|
||||
# Public URL for the web service (required)
|
||||
#PUBLIC_URL=https://meet.example.com
|
||||
|
||||
# IP address of the Docker host
|
||||
# Media IP addresses to advertise by the JVB
|
||||
# This setting deprecates DOCKER_HOST_ADDRESS, and supports a comma separated list of IPs
|
||||
# See the "Running behind NAT or on a LAN environment" section in the Handbook:
|
||||
# https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker#running-behind-nat-or-on-a-lan-environment
|
||||
#DOCKER_HOST_ADDRESS=192.168.1.1
|
||||
#JVB_ADVERTISE_IPS=192.168.1.1,1.2.3.4
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user