mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
9 lines
196 B
YAML
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
|