From 726864895300774aaeec175603f66f92135ed1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= Date: Sat, 18 Sep 2021 23:44:27 +0200 Subject: [PATCH] =?UTF-8?q?Migration=20de=20la=20d=C3=A9sactivation=20du?= =?UTF-8?q?=20p2p=20dans=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- podman-jitsi/10_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman-jitsi/10_install.sh b/podman-jitsi/10_install.sh index 93b5735..731f909 100755 --- a/podman-jitsi/10_install.sh +++ b/podman-jitsi/10_install.sh @@ -39,6 +39,8 @@ sed_in_place "^#DISABLE_HTTPS=1" "DISABLE_HTTPS=1" .env sed_in_place "^#ENABLE_HTTP_REDIRECT=1" "ENABLE_HTTP_REDIRECT=0" .env sed_in_place "^#ENABLE_IPV6=1" "ENABLE_IPV6=0" .env +echo "ENABLE_P2P=false" >> .env + podman-compose up -d && echo Pod build and started # cleanup