Files
docker_watchtower/docker-compose.yml
2024-02-17 22:22:29 +08:00

9 lines
193 B
YAML

version: "3"
services:
watchtower:
image: containrrr/watchtower
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 86400 --cleanup