This commit is contained in:
2025-01-30 12:03:53 +01:00
parent e81de7db01
commit f140f35dab
2 changed files with 3 additions and 1 deletions

View File

@@ -67,5 +67,5 @@
name: "prune unused docker stuff every night at 00:15"
minute: "15"
hour: "00"
job: "sudo docker system prune"
job: 'sudo docker system prune -af --filter "until=$((30*24))h"'
notify: Restart cron