Skip to content

Commit 827c97a

Browse files
author
tony
committed
Modified network.host option to use _non_loopback_ instead of 0.0.0.0.
1 parent cb1eae1 commit 827c97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
elasticsearch:
22
build: elasticsearch/
3-
command: elasticsearch -Des.network.host=0.0.0.0
3+
command: elasticsearch -Des.network.host=_non_loopback_
44
ports:
55
- "9200:9200"
66
logstash:

0 commit comments

Comments
 (0)