fix: change time for docker prune

This commit is contained in:
Matthew McKinnon 2024-11-09 11:45:33 +10:00
parent ee562f2a56
commit 6e1faa4160

View File

@ -43,6 +43,7 @@
- name: Setup cron job for backup
cron:
name: Docker Prune
weekday: 0
minute: 0
hour: 5
job: "docker system prune -af && docker image prune -af && docker system prune -af --volumes"