Fix Jitsi's IP address

This commit is contained in:
Quentin 2021-04-04 19:15:29 +02:00
parent 474c4575f4
commit e979434970
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ EOF
# Our container can autodetect the public IP with the ifconfig.me service
# However we would like to avoid relying on a 3rd party service for production use
# That's why I am setting the public IP address statically here VVVV
JITSI_NAT_PUBLIC_IP = "78.197.205.190"
JITSI_NAT_PUBLIC_IP = "82.64.119.240"
}
template {