From f0c997e49ed54024ad11d5364d40002134909907 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Wed, 16 Mar 2022 13:08:32 +0000 Subject: [PATCH] Update 10_install.sh --- podman-jitsi/10_install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/podman-jitsi/10_install.sh b/podman-jitsi/10_install.sh index 2392f19..095e588 100755 --- a/podman-jitsi/10_install.sh +++ b/podman-jitsi/10_install.sh @@ -38,7 +38,6 @@ cp env.example .env # Patch docker-compose.yml sed_in_place "^ environment:" " env_file:\n - .env\n environment:" docker-compose.yml -sed_in_place "^ - '\${JVB_TCP_PORT}:\${JVB_TCP_PORT}'" "# - '\${JVB_TCP_PORT}:\${JVB_TCP_PORT}'" docker-compose.yml sed_in_place "^ - '\${HTTP_PORT}:80'" " - '\${listen_if}:\${HTTP_PORT}:80'" docker-compose.yml sed_in_place "^ - '\${HTTPS_PORT}:443'" "# - '\${HTTPS_PORT}:443'" docker-compose.yml