mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
11 lines
174 B
YAML
11 lines
174 B
YAML
watchtower:
|
|
image: centurylink/watchtower
|
|
command: >
|
|
mysql
|
|
mongo
|
|
nginx
|
|
redis
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
restart: always
|