Jitsi : jicofo port fix? 2

This commit is contained in:
Gitouche 2024-02-17 18:01:01 +01:00
parent 43510e0472
commit 6f933105ae
1 changed files with 1 additions and 1 deletions

View File

@ -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