mirror of
https://github.com/gigirassy/plaster.git
synced 2024-12-23 18:39:07 +00:00
Update compose.yml
This commit is contained in:
parent
a24c9fd2bd
commit
9351beb6f5
12
compose.yml
12
compose.yml
@ -8,12 +8,12 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- plaster-network
|
- plaster-network
|
||||||
|
|
||||||
watchtower:
|
watchtower:
|
||||||
image: ghcr.io/containrrr/watchtower
|
image: ghcr.io/containrrr/watchtower
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: --cleanup --scope cobalt --interval 900 --include-restarting
|
command: --cleanup --scope cobalt --interval 900 --include-restarting
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
networks:
|
networks:
|
||||||
plaster-network:
|
plaster-network:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
Loading…
Reference in New Issue
Block a user