diff --git a/compose_watchtower.yaml b/compose_watchtower.yaml index 2f40118..25e5ce4 100644 --- a/compose_watchtower.yaml +++ b/compose_watchtower.yaml @@ -8,7 +8,11 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock environment: + # Täglicher Check um 04:00 Uhr - WATCHTOWER_SCHEDULE=0 0 4 * * * + # Container bei Update automatisch neu starten - WATCHTOWER_INCLUDE_RESTARTING=true + # Telegram Notifications - WATCHTOWER_NOTIFICATIONS=shoutrrr - - WATCHTOWER_NOTIFICATION_URL=telegram://7216539099:AAH6tptIs-TUpSOtCQmxMWCpgAsPCGgbNeo/7646180954 \ No newline at end of file + # Token so einfügen, dass kein Doppelpunkt Probleme macht + - WATCHTOWER_NOTIFICATION_URL=telegram://7216539099AAH6tptIs-TUpSOtCQmxMWCpgAsPCGgbNeo/7646180954 \ No newline at end of file