forked from Deuxfleurs/infrastructure
Fix Jitsi's IP address
This commit is contained in:
parent
474c4575f4
commit
e979434970
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ EOF
|
||||||
# Our container can autodetect the public IP with the ifconfig.me service
|
# 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
|
# 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
|
# 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 {
|
template {
|
||||||
|
|
Loading…
Reference in a new issue