ne plus arrêter le service lors de l'installation

This commit is contained in:
Loïc 2021-09-18 21:01:48 +02:00
parent f7b75fd4c1
commit b31e556b31

View file

@ -39,7 +39,7 @@ sed_in_place "^#DISABLE_HTTPS=1" "DISABLE_HTTPS=1" .env
sed_in_place "^#ENABLE_HTTP_REDIRECT=1" "ENABLE_HTTP_REDIRECT=0" .env
sed_in_place "^#ENABLE_IPV6=1" "ENABLE_IPV6=0" .env
podman-compose up -d && podman pod stop ${pod_name} && echo Pod build and stopped
podman-compose up -d && echo Pod build and started
# cleanup
shred -u .env.bak env.example gen-passwords.sh