diff --git a/watchtower/docker-compose.yml b/watchtower/docker-compose.yml index 9a6ad9e..74da74b 100644 --- a/watchtower/docker-compose.yml +++ b/watchtower/docker-compose.yml @@ -8,6 +8,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro + - /share/docker_data/watchtower/.docker/config.json:/config.json environment: WATCHTOWER_NOTIFICATIONS: "email shoutrrr" WATCHTOWER_NOTIFICATION_EMAIL_FROM: "sectorq77@gmail.com"