watchtower: add debug logging + disable self-update to diagnose scanned=0
This commit is contained in:
@@ -6,7 +6,10 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /root/.docker/config.json:/config.json:ro
|
- /root/.docker/config.json:/config.json:ro
|
||||||
environment:
|
environment:
|
||||||
- WATCHTOWER_POLL_INTERVAL=300 # Check for updates every 300 seconds (5 minutes)
|
- WATCHTOWER_POLL_INTERVAL=300
|
||||||
- WATCHTOWER_CLEANUP=true # Remove old images after updates
|
- WATCHTOWER_CLEANUP=true
|
||||||
- WATCHTOWER_NOTIFICATION_URL=telegram://8585007357:AAHtiEFm30Mpg6zl_1hww-BAWPXWu9GsDB0@telegram?chats=8444709468
|
- WATCHTOWER_NOTIFICATION_URL=telegram://8585007357:AAHtiEFm30Mpg6zl_1hww-BAWPXWu9GsDB0@telegram?chats=8444709468
|
||||||
|
- WATCHTOWER_DEBUG=true
|
||||||
|
labels:
|
||||||
|
- com.centurylinklabs.watchtower.enable=false
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user