1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00: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