7 lines
135 B
YAML
7 lines
135 B
YAML
version: "3.8"
|
|
services:
|
|
watchtower:
|
|
image: containrrr/watchtower
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|