first commit and watchtower added
This commit is contained in:
9
watchtower/compose.yaml
Normal file
9
watchtower/compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
watchtower:
|
||||
# https://hub.docker.com/r/containrrr/watchtower
|
||||
image: containrrr/watchtower:1.7.1
|
||||
container_name: watchtower
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: '--label-enable'
|
Reference in New Issue
Block a user