Files
docker-compose-cookbooks/watchtower/docker-compose.yml
T
2024-07-19 11:24:57 -07:00

9 lines
207 B
YAML

version: "3"
services:
watchtower:
image: ${WATCHTOWER_IMAGE:-containrrr/watchtower:latest}
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/etc/localtime:/etc/localtime:ro"