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

8 lines
199 B
YAML
Raw Normal View History

version: "3"
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --schedule "0 0 4 * * *" # 4 uur UTC = 5 uur NL tijd