Files
docker-compose-stack/watchtower/compose.yml
fejy 20c401eece Updates for Apr 21
Unifying the restart method for containers
Remove scrutiny collector on invidia
Change watchtower to an updated fork
Expose ports on radarr/sonarr since seerr needs them
2026-04-21 14:46:54 +00:00

15 lines
351 B
YAML

version: '3'
services:
watchtower:
image: nickfedor/watchtower
container_name: watchtower
command: --cleanup=true --scope watch
restart: unless-stopped
environment:
- DOCKER_API_VERSION="1.49"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels:
- "com.centurylinklabs.watchtower.scope=watch"