6 lines
165 B
YAML
6 lines
165 B
YAML
|
watchtower:
|
||
|
command: --cleanup --interval 300
|
||
|
image: containrrr/watchtower
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|