ne plus arrêter le service lors de l'installation
This commit is contained in:
parent
f7b75fd4c1
commit
b31e556b31
|
@ -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_HTTP_REDIRECT=1" "ENABLE_HTTP_REDIRECT=0" .env
|
||||||
sed_in_place "^#ENABLE_IPV6=1" "ENABLE_IPV6=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
|
# cleanup
|
||||||
shred -u .env.bak env.example gen-passwords.sh
|
shred -u .env.bak env.example gen-passwords.sh
|
||||||
|
|
Loading…
Reference in a new issue