mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
7 lines
193 B
YAML
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"
|