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
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 18s
This commit is contained in:
parent
b9eca58902
commit
a8d0038e65
@ -193,7 +193,7 @@ services:
|
|||||||
mode: global
|
mode: global
|
||||||
labels:
|
labels:
|
||||||
swarm.cronjob.enable: "true"
|
swarm.cronjob.enable: "true"
|
||||||
swarm.cronjob.schedule: "0 1 * * *"
|
swarm.cronjob.schedule: "0 0 * * 0"
|
||||||
swarm.cronjob.skip-running: "true"
|
swarm.cronjob.skip-running: "true"
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: none
|
condition: none
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user