Modified network.host option to use _non_loopback_ instead of 0.0.0.0.

This commit is contained in:
tony 2015-11-02 11:09:17 +01:00
parent cb1eae11d0
commit 827c97a111

View file

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