Correction de la commande stop

This commit is contained in:
Loïc 2021-06-14 12:48:04 +02:00
parent 66b66ccd2e
commit 42d48ed0d4

View file

@ -26,6 +26,6 @@ podman run -d --name ${db_container_name} --pod ${pod_name} \
-e PGDATA=/var/lib/postgresql/data/${container_name} ${postgres_image} && \
podman run -d --name synapse --pod ${pod_name} \
--mount type=volume,src=${confvolume},dst=/data ${synapse_image} && \
podman pod stop && \
podman pod stop ${pod_name} && \
echo Pod built and stopped