hedgedoc : podman pod stop en 30 secondes
This commit is contained in:
parent
8fd398f98c
commit
9d8a270586
|
@ -87,6 +87,6 @@ podman-compose --pod-args="--infra=true --infra-name=${project_name}_infra --sha
|
|||
echo -n "Waiting for hedgedoc to finish starting " &&
|
||||
( podman logs -f ${container_name} 2>&1 & ) | grep -q 'HTTP Server listening at ' &&
|
||||
echo "OK" &&
|
||||
podman pod stop ${pod_name} &&
|
||||
podman pod stop --time 30 ${pod_name} &&
|
||||
echo Pod built and stopped. &&
|
||||
shred -u .env
|
||||
|
|
Loading…
Reference in a new issue