1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
This commit is contained in:
kev 2015-07-12 12:56:06 +08:00
parent 9b4fc9ae9c
commit c4eabcecd3

@ -0,0 +1,8 @@
registrator:
image: gliderlabs/registrator
command: etcd://127.0.0.1:2379/services
hostname: datageek.info
volumes:
- /var/run/docker.sock:/tmp/docker.sock
net: host
restart: always