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