mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +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
|