Correction de la commande stop
This commit is contained in:
parent
66b66ccd2e
commit
42d48ed0d4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue