diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-02 08:48:19 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-02 08:48:19 +0100 |
commit | 6445d55e3e651d1728f722377c65504c4fe91cf6 (patch) | |
tree | b3d5776cb403692a5a4c2e9bb138424aae1bdbd8 /cluster/prod/app/jitsi/deploy/jitsi.hcl | |
parent | 535b28945dd36568704063581e61330568cbd347 (diff) | |
download | nixcfg-6445d55e3e651d1728f722377c65504c4fe91cf6.tar.gz nixcfg-6445d55e3e651d1728f722377c65504c4fe91cf6.zip |
upgarde jitsi config
Diffstat (limited to 'cluster/prod/app/jitsi/deploy/jitsi.hcl')
-rw-r--r-- | cluster/prod/app/jitsi/deploy/jitsi.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl index 4d4d9fb..d820180 100644 --- a/cluster/prod/app/jitsi/deploy/jitsi.hcl +++ b/cluster/prod/app/jitsi/deploy/jitsi.hcl @@ -13,7 +13,7 @@ job "jitsi" { network { port "bosh_port" { } - port "xmpp_port" { } + port "xmpp_port" { static = 5223 } port "https_port" { } } |