10 lines
260 B
YAML
10 lines
260 B
YAML
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'
|