1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
dockerfiles/registrator/docker-compose.yml
2016-05-01 09:06:20 +08:00

9 lines
196 B
YAML

registrator:
image: gliderlabs/registrator
command: etcd://127.0.0.1:2379/services
hostname: easypi.info
volumes:
- /var/run/docker.sock:/tmp/docker.sock
net: host
restart: always