1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
dockerfiles/registrator/docker-compose.yml

9 lines
198 B
YAML
Raw Normal View History

2015-07-12 04:56:06 +00:00
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