mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
11 lines
183 B
YAML
11 lines
183 B
YAML
version: "3"
|
|
|
|
# https://containrrr.dev/watchtower/
|
|
# Untested
|
|
|
|
services:
|
|
watchtower:
|
|
image: containrrr/watchtower
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|