docker/docker-compose/Watchtower/watchtower.yml

6 lines
165 B
YAML
Raw Permalink Normal View History

2022-03-26 17:26:25 +01:00
watchtower:
command: --cleanup --interval 300
image: containrrr/watchtower
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock