diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-04 19:15:29 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-04 19:15:29 +0200 |
commit | e9794349701b6b844e3ba2d918d96227f6410b2f (patch) | |
tree | 10a8c5cd545022ff669494da815f21156f598859 | |
parent | 474c4575f418ff3e75313a03dc140a7930e2176a (diff) | |
download | infrastructure-e9794349701b6b844e3ba2d918d96227f6410b2f.tar.gz infrastructure-e9794349701b6b844e3ba2d918d96227f6410b2f.zip |
Fix Jitsi's IP address
-rw-r--r-- | app/jitsi/deploy/jitsi.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/jitsi/deploy/jitsi.hcl b/app/jitsi/deploy/jitsi.hcl index 87ba81f..a06cf73 100644 --- a/app/jitsi/deploy/jitsi.hcl +++ b/app/jitsi/deploy/jitsi.hcl @@ -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 { |