]> git.t-ch.net - podman-systemd-services.git/commitdiff
Fix double mounting
authorLexie Malina <alex@t-ch.net>
Sun, 19 Nov 2023 03:51:08 +0000 (21:51 -0600)
committerLexie Malina <alex@t-ch.net>
Sun, 19 Nov 2023 03:51:08 +0000 (21:51 -0600)
nextcloud/container-nextcloud.service

index 337857ee915e562d98c1d5f4b4ba27ae534ec1ae..7edd9744df3c7d46eb56e2a27b401f5dbc940b78 100644 (file)
@@ -22,7 +22,6 @@ ExecStart=/usr/bin/podman run \
        --label io.containers.autoupdate=registry \
        -d \
        --pod nextcloud \
-       --mount type=bind,source=/data/nextcloud/,target=/var/www/html \
        --name Nextcloud docker.io/library/nextcloud:apache
 ExecStop=/usr/bin/podman stop \
        --ignore -t 10 \