Files
Server/watchtower/compose.yml

12 lines
270 B
YAML

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