Update 10_install.sh

This commit is contained in:
Gitouche 2022-03-16 13:08:32 +00:00
parent 0eaafd332c
commit f0c997e49e
1 changed files with 0 additions and 1 deletions

View File

@ -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