From 430b429b8dbb0dbe382766ff6d17cc399a5d4506 Mon Sep 17 00:00:00 2001 From: Baerspektivo Date: Wed, 26 Nov 2025 20:12:57 +0100 Subject: [PATCH] REMOVED: Watchtower --- compose.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/compose.yaml b/compose.yaml index 85f7ed4..753dd06 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,12 +7,3 @@ services: restart: always ports: - "9050:9050" - - # Der Auto-Updater - watchtower: - image: containrrr/watchtower - container_name: watchtower - restart: always - volumes: - - /var/run/docker.sock:/var/run/docker.sock - command: --interval 86400 --cleanup # Prüft alle 24h (86400 sek) und löscht alte Images