From 6f933105aef33b700a038927f86379a45d86a280 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 17 Feb 2024 18:01:01 +0100 Subject: [PATCH] Jitsi : jicofo port fix? 2 --- podman-jitsi/10_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-jitsi/10_install.sh b/podman-jitsi/10_install.sh index f164143..92d2d86 100755 --- a/podman-jitsi/10_install.sh +++ b/podman-jitsi/10_install.sh @@ -59,7 +59,7 @@ echo "ENABLE_P2P=false" >> .env echo "XMPP_SERVER=prosody" >> .env echo "XMPP_BOSH_URL_BASE=http://prosody:5280" >> .env echo "JVB_PORT=${listen_port}" >> .env -echo "JICOFO_REST_PORT={jicofo_port}" >> .env +echo "JICOFO_REST_PORT=${jicofo_port}" >> .env echo "DISABLE_HTTPS=1" >> .env echo "ENABLE_IPV6=0" >> .env