1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/registrator/docker-compose.yml

9 lines
198 B
YAML
Raw Normal View History

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