diff --git a/podman-run.sh b/podman-run.sh index da73580..316c054 100755 --- a/podman-run.sh +++ b/podman-run.sh @@ -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" \