Reverted network.host option from _non_loopback_ to 0.0.0.0.

Close #18
This commit is contained in:
Anthony Lapenna 2015-11-04 19:19:08 +01:00
parent 82ae16cf36
commit 827777ff86

View file

@ -1,6 +1,6 @@
elasticsearch: elasticsearch:
build: elasticsearch/ build: elasticsearch/
command: elasticsearch -Des.network.host=_non_loopback_ command: elasticsearch -Des.network.host=0.0.0.0
ports: ports:
- "9200:9200" - "9200:9200"
logstash: logstash: