Prune containers more regularly
This commit is contained in:
parent
a1a153977e
commit
88e3eee059
1 changed files with 1 additions and 2 deletions
|
@ -36,9 +36,8 @@
|
||||||
- name: Clean up docker containers
|
- name: Clean up docker containers
|
||||||
cron:
|
cron:
|
||||||
name: clean up docker containers
|
name: clean up docker containers
|
||||||
hour: 12
|
hour: 23
|
||||||
minute: 0
|
minute: 0
|
||||||
weekday: 3
|
|
||||||
job: docker system prune -af --volumes
|
job: docker system prune -af --volumes
|
||||||
|
|
||||||
- name: Install util scripts
|
- name: Install util scripts
|
||||||
|
|
Loading…
Reference in a new issue