2020-03-08 18:12:12 +00:00
|
|
|
version: "2.3"
|
2020-01-28 21:55:53 +00:00
|
|
|
services:
|
|
|
|
watchtower:
|
|
|
|
image: containrrr/watchtower:latest
|
|
|
|
volumes:
|
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
2020-04-10 11:31:01 +01:00
|
|
|
- "{{ home }}/.docker/config.json:/config.json:ro"
|
2020-05-10 22:20:03 +01:00
|
|
|
command: --cleanup --interval 180
|
2020-04-24 21:38:00 +01:00
|
|
|
restart: unless-stopped
|