Skip to content

Commit 2932960

Browse files
committed
Update elastic config in docker to allow access from remote clients
1 parent 9d99b52 commit 2932960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/docker-compose-kafka-elastic-mongodb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
bootstrap.memory_lock: "true"
1010
xpack.security.enabled: "false"
1111
ES_JAVA_OPTS: "-Xmx1G"
12+
http.host: 0.0.0.0
1213
volumes:
1314
- es-data:/usr/share/elasticsearch/data
1415

0 commit comments

Comments
 (0)