diff --git a/systemd/nextcloud-cron.container b/systemd/nextcloud-cron.container index 0a85b39..00cea6e 100644 --- a/systemd/nextcloud-cron.container +++ b/systemd/nextcloud-cron.container @@ -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 \ No newline at end of file +WantedBy=multi-user.target default.target