From 10d008636c7fc5f18203bc394fc695ded4b0c1d9 Mon Sep 17 00:00:00 2001 From: poprhythm Date: Sat, 28 Feb 2026 14:50:11 +0000 Subject: [PATCH] Enable watchtower image cleanup after updates --- watchtower/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchtower/docker-compose.yml b/watchtower/docker-compose.yml index 8057a35..647093f 100644 --- a/watchtower/docker-compose.yml +++ b/watchtower/docker-compose.yml @@ -6,6 +6,6 @@ services: - /var/run/docker.sock:/var/run/docker.sock environment: - WATCHTOWER_POLL_INTERVAL=300 # Check for updates every 300 seconds (5 minutes) - # - WATCHTOWER_CLEANUP=true # Uncomment to remove old images after updates + - WATCHTOWER_CLEANUP=true # Remove old images after updates # - WATCHTOWER_NOTIFICATION_URL=shoutrrr:// # Example for notifications restart: unless-stopped