Make joplin chown recursive
This commit is contained in:
parent
80461775ef
commit
ede2ded313
@ -20,7 +20,7 @@ ExecStart=/usr/bin/podman run \
|
||||
--entrypoint="/bin/bash" \
|
||||
--name=pod-notes-chown \
|
||||
docker.io/joplin/server:{{ services_deploy_versions.notes.joplin }} \
|
||||
-c "chown joplin:joplin /data"
|
||||
-c "chown -R joplin:joplin /data"
|
||||
ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/container-notes-chown.ctr-id
|
||||
Type=oneshot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user