This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
max/roles/watchtower/files/docker-compose.yml

9 lines
261 B
YAML
Raw Normal View History

version: "3"
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
2023-02-06 20:22:01 +00:00
command: --schedule "0 0 4 * * *" --include-restarting --cleanup --include-stopped --no-startup-message
2023-02-06 19:57:43 +00:00
restart: always