Prune the system daily rather than weekly
This commit is contained in:
parent
2f17d2a9ff
commit
d1e814f097
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
- name: Clean up docker containers
|
- name: Clean up docker containers
|
||||||
cron:
|
cron:
|
||||||
name: clean up docker containers
|
name: clean up docker containers
|
||||||
special_time: weekly
|
special_time: daily
|
||||||
job: docker system prune
|
job: docker system prune
|
||||||
|
|
||||||
- name: Install util scripts
|
- name: Install util scripts
|
||||||
|
|
Loading…
Reference in a new issue