mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 15:28:02 +01:00
9 lines
279 B
YAML
9 lines
279 B
YAML
|
services:
|
||
|
watchtower:
|
||
|
image: containrrr/watchtower
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||
|
- /home/gaugendre/.docker/config.json:/config.json
|
||
|
- /etc/localtime:/etc/localtime:ro
|
||
|
command: --interval 86400 --cleanup --include-restarting
|