9 lines
209 B
YAML
9 lines
209 B
YAML
version: "3"
|
|
services:
|
|
watchtower:
|
|
image: containrrr/watchtower
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
#network_mode: "host"
|
|
command: --cleanup
|
|
restart: unless-stopped |