From 52a1449282d21e4869e921d3de44796848a81972 Mon Sep 17 00:00:00 2001 From: Timothy Lister <36211021+timothydlister@users.noreply.github.com> Date: Tue, 24 Mar 2020 14:55:23 -0700 Subject: [PATCH] doc: clarify DOCKER_HOST_ADDRESS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 466e07d..78db635 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ Variable | Description | Default value If running in a LAN environment (as well as on the public Internet, via NAT) is a requirement, the ``DOCKER_HOST_ADDRESS`` should be set. This way, the Videobridge will advertise the IP address of the host running Docker instead of the internal IP address that Docker assigned it, thus making [ICE] -succeed. +succeed. If your users are coming in over the Internet (and not over LAN), this will likely be your public IP address. If this is not setup correctly, calls will crash when more than two users join a meeting. The public IP address is discovered via [STUN]. STUN servers can be specified with the ``JVB_STUN_SERVERS`` option.