Correction des scripts d'install
This commit is contained in:
parent
2a73fa2c89
commit
be4aa048ae
|
@ -24,9 +24,9 @@ podman run -d --name ${db_container_name} --pod ${pod_name} \
|
|||
-e POSTGRES_DB=${container_name} \
|
||||
-e POSTGRES_INITDB_ARGS="--encoding=UTF8 --locale=C" \
|
||||
-e PGDATA=/var/lib/postgresql/data/${container_name} ${postgres_image} && \
|
||||
podman logs ${db_container_name} &&\
|
||||
podman logs -f ${db_container_name} &&\
|
||||
podman run -d --name ${container_name} --pod ${pod_name} \
|
||||
--mount type=volume,src=${confvolume},dst=/data ${synapse_image} && \
|
||||
podman logs ${container_name} &&\
|
||||
podman logs -f ${container_name} &&\
|
||||
echo Pod built and starting
|
||||
|
||||
|
|
Loading…
Reference in a new issue