mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
8 lines
279 B
YAML
8 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
|