update cronjob schedule to run weekly on Sundays in docker-compose.yml
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 18s

This commit is contained in:
krisz 2025-08-23 13:04:24 +02:00
parent b9eca58902
commit a8d0038e65

View File

@ -193,7 +193,7 @@ services:
mode: global
labels:
swarm.cronjob.enable: "true"
swarm.cronjob.schedule: "0 1 * * *"
swarm.cronjob.schedule: "0 0 * * 0"
swarm.cronjob.skip-running: "true"
restart_policy:
condition: none