Stop creating the 'docker' network

This commit is contained in:
Colin Hebert
2023-10-15 12:10:08 +11:00
parent eab8acdfe4
commit b2d28d07aa
2 changed files with 2 additions and 26 deletions

View File

@@ -10,13 +10,8 @@ services:
WATCHTOWER_INCLUDE_STOPPED: true
WATCHTOWER_NOTIFICATION_REPORT: true
WATCHTOWER_NOTIFICATION_URL: /run/secrets/watchtower_notification_url
networks:
- docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# Secrets
- ${NASCOMPOSE_SERVICES?}/docker-monitoring/secrets/notification_url:/run/secrets/watchtower_notification_url:ro
restart: unless-stopped
networks:
docker:
external: true