Files
docker-compose-cookbooks/watchtower/docker-compose.yml
T

7 lines
193 B
YAML

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