6 lines
153 B
YAML
6 lines
153 B
YAML
services:
|
|
watchtower:
|
|
image: nickfedor/watchtower:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock |