Update compose.yml

This commit is contained in:
nune 2024-12-18 17:39:50 -05:00 committed by GitHub
parent a24c9fd2bd
commit 9351beb6f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,12 +8,12 @@ services:
networks:
- plaster-network
watchtower:
image: ghcr.io/containrrr/watchtower
restart: unless-stopped
command: --cleanup --scope cobalt --interval 900 --include-restarting
volumes:
- /var/run/docker.sock:/var/run/docker.sock
watchtower:
image: ghcr.io/containrrr/watchtower
restart: unless-stopped
command: --cleanup --scope cobalt --interval 900 --include-restarting
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
plaster-network:
driver: bridge