Wait for generation of synapse data
This commit is contained in:
parent
9090d384ef
commit
dd485c8651
|
@ -20,7 +20,7 @@ podman exec --user 33 nextcloud php occ app:enable --force upschooling
|
|||
if podman volume exists synapse-data; then
|
||||
echo "Found existing synapse-data volume"
|
||||
else
|
||||
podman run -d --rm \
|
||||
podman run --rm \
|
||||
--name=synapse \
|
||||
--hostname synapse \
|
||||
"--mount=type=volume,src=synapse-data,dst=/data" \
|
||||
|
|
Loading…
Reference in a new issue