Files
Server/watchtower/compose.yml

13 lines
280 B
YAML

# /services/watchtower/compose.yml
services:
watchtower:
image: containrrr/watchtower:arm64v8-latest
container_name: watchtower
restart: always
command:
--cleanup
--schedule "0 3 * * *"
volumes:
- /var/run/docker.sock:/var/run/docker.sock