From 59d9d9542bc5a5317d7c8fcbf3a2d0531057d622 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Mon, 20 Jun 2022 21:27:05 +0200 Subject: [PATCH] jisti fix? --- 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 9d746d2..108f804 100755 --- a/podman-jitsi/10_install.sh +++ b/podman-jitsi/10_install.sh @@ -39,7 +39,7 @@ cp env.example .env # Patch 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 -sed_in_place "^ - '127.0.0.1:8080:8080'" "# - '127.0.0.1:8080:8080'" docker-compose.yml +sed_in_place "^ - '127.0.0.1:\${JVB_COLIBRI_PORT:-8080}:8080'" "# - '127.0.0.1:\${JVB_COLIBRI_PORT:-8080}:8080'" docker-compose.yml # Patch env file sed_in_place "^HTTP_PORT=8000" "HTTP_PORT=${listen_port}" .env