restart del docker daemon fissato alle 7 del mattino
This commit is contained in:
parent
078ed862e1
commit
8d731800bd
|
|
@ -97,7 +97,8 @@
|
||||||
cron:
|
cron:
|
||||||
name: Restart docker daemon
|
name: Restart docker daemon
|
||||||
cron_file: docker-prune-images
|
cron_file: docker-prune-images
|
||||||
special_time: daily
|
minute: "0"
|
||||||
|
hour: "7"
|
||||||
user: root
|
user: root
|
||||||
state: absent
|
state: absent
|
||||||
job: "/usr/local/sbin/docker-restart-daemon"
|
job: "/usr/local/sbin/docker-restart-daemon"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue