7 lines
180 B
YAML
7 lines
180 B
YAML
version: "2.3"
|
|
services:
|
|
watchtower:
|
|
image: containrrr/watchtower:latest
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
command: --cleanup --interval 300
|