diff --git a/watchtower/docker-compose.yml b/watchtower/docker-compose.yml index 647093f..bda9863 100644 --- a/watchtower/docker-compose.yml +++ b/watchtower/docker-compose.yml @@ -7,5 +7,5 @@ services: environment: - WATCHTOWER_POLL_INTERVAL=300 # Check for updates every 300 seconds (5 minutes) - WATCHTOWER_CLEANUP=true # Remove old images after updates - # - WATCHTOWER_NOTIFICATION_URL=shoutrrr:// # Example for notifications + - WATCHTOWER_NOTIFICATION_URL=telegram://8585007357:AAHtiEFm30Mpg6zl_1hww-BAWPXWu9GsDB0@telegram?chats=8444709468 restart: unless-stopped