watchtower: reduce poll interval to 24h to cut notification spam

This commit is contained in:
2026-07-20 13:25:05 +00:00
parent f665865762
commit 7468df2b8d
+1 -1
View File
@@ -6,7 +6,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/config.json:ro
environment:
- WATCHTOWER_POLL_INTERVAL=300
- WATCHTOWER_POLL_INTERVAL=86400
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_NOTIFICATION_URL=telegram://${TELEGRAM_BOT_TOKEN}@telegram?chats=${TELEGRAM_CHAT_ID}
labels: