theocorp_docker_compose/watchtower/docker-compose.yml
2025-02-05 23:15:01 +00:00

9 lines
188 B
YAML

version: '3'
services:
watchtower:
image: containrrr/watchtower
command:
- --cleanup=true
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock