Skip to content

Commit f2de2ce

Browse files
committed
fix: correct Elasticsearch port mapping in docker-compose.yml
1 parent 3698645 commit f2de2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
- bootstrap.memory_lock=true
5555
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
5656
ports:
57-
- 9201:9200
57+
- 9200:9200
5858
ulimits:
5959
memlock:
6060
soft: -1

0 commit comments

Comments
 (0)