Replaces the default STUN servers with the one from jitsi.net; Fixes PUBLIC_URL
This commit is contained in:
parent
d356d759c8
commit
a9aa130c60
2 changed files with 2 additions and 2 deletions
|
@ -8,4 +8,4 @@ jitsi_exposed_https_port: 8443
|
|||
jitsi_virtual_host: localhost
|
||||
jitsi_public_url: http://{{ jitsi_virtual_host }}
|
||||
jitsi_timezone: Europe/Amsterdam
|
||||
jitsi_jvb_stun_servers: stun:stun.schlund.de:3478,stun:stun.t-online.de:3478,stun:stun.1und1.de:3478
|
||||
jitsi_jvb_stun_servers: meet-jit-si-turnrelay.jitsi.net:443
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue