Replaces the default STUN servers with the one from jitsi.net; Fixes PUBLIC_URL

This commit is contained in:
Jan Beilicke 2020-04-11 13:39:58 +02:00
parent d356d759c8
commit a9aa130c60
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ HTTPS_PORT={{ jitsi_exposed_https_port }}
TZ={{ jitsi_timezone }}
# Public URL for the web service.
PUBLIC_URL="{{ jitsi_public_url }}"
PUBLIC_URL={{ jitsi_public_url }}
VIRTUAL_HOST={{ jitsi_virtual_host }}
# IP address of the Docker host. See the "Running on a LAN environment" section