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