Skip to content

Commit

Permalink
Podman 4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
escoand authored Oct 21, 2024
1 parent bca026a commit 57befdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions systemd/nextcloud-cron.container
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ Wants=mariadb.service

[Container]
ContainerName=nextcloud-cron
Entrypoint=/cron.sh
#Entrypoint=/cron.sh
Image=docker.io/library/nextcloud:30.0.1
PodmanArgs=--entrypoint /cron.sh
Volume=nextcloud_app:/var/www/html:z
Volume=nextcloud_apps:/var/www/html/custom_apps:z
Volume=nextcloud_config:/var/www/html/config:z
Volume=nextcloud_data:/var/www/html/data:z

[Install]
WantedBy=multi-user.target default.target
WantedBy=multi-user.target default.target

0 comments on commit 57befdb

Please sign in to comment.