]> git.t-ch.net - podman-systemd-services.git/commitdiff
change container to use fpm-alpine
authorLexie Malina <alex@t-ch.net>
Sun, 19 Nov 2023 04:20:19 +0000 (22:20 -0600)
committerLexie Malina <alex@t-ch.net>
Sun, 19 Nov 2023 04:20:19 +0000 (22:20 -0600)
nextcloud/container-nextcloud.service

index 7edd9744df3c7d46eb56e2a27b401f5dbc940b78..cc47db41046c72bd220eda49111d31b8db171804 100644 (file)
@@ -22,7 +22,7 @@ ExecStart=/usr/bin/podman run \
        --label io.containers.autoupdate=registry \
        -d \
        --pod nextcloud \
-       --name Nextcloud docker.io/library/nextcloud:apache
+       --name Nextcloud docker.io/library/nextcloud:fpm-alpine
 ExecStop=/usr/bin/podman stop \
        --ignore -t 10 \
        --cidfile=%t/%n.ctr-id