purpleworks / fleet-ui

Web based UI for fleet
http://fleetui.com/
MIT License
233 stars 39 forks source link

ETCD_PEER format should be http://<server>:<port> #22

Closed dmitryint closed 9 years ago

dmitryint commented 9 years ago

When you run a Docker container should be able to specify etcd port. So for example: -e ETCD_PEER=http://172.17.42.1:2379

subicura commented 9 years ago

Thank you!