FEAT: Added Watchtower service
This commit is contained in:
6
Watchtower/docker-compose.yml
Normal file
6
Watchtower/docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
Reference in New Issue
Block a user