theocorp_docker_compose/watchtower/docker-compose.yml
geezo fcdd8ec832
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m22s
stuff
2025-05-09 20:15:07 -04:00

10 lines
227 B
YAML

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