1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/watchtower/docker-compose.yml
2015-09-02 10:48:38 +08:00

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