infrastructure/ansible/roles/docker/files/watchtower/docker-compose.yml

8 lines
180 B
YAML
Raw Normal View History

2020-03-08 18:12:12 +00:00
version: "2.3"
services:
watchtower:
image: containrrr/watchtower:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --cleanup --interval 300