jisti fix?

This commit is contained in:
Gitouche 2022-06-20 21:27:05 +02:00
parent e5a955c422
commit 59d9d9542b

View file

@ -39,7 +39,7 @@ cp env.example .env
# Patch docker-compose.yml # Patch docker-compose.yml
sed_in_place "^ - '\${HTTP_PORT}:80'" " - '\${listen_if}:\${HTTP_PORT}:80'" 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 "^ - '\${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 # Patch env file
sed_in_place "^HTTP_PORT=8000" "HTTP_PORT=${listen_port}" .env sed_in_place "^HTTP_PORT=8000" "HTTP_PORT=${listen_port}" .env