Skip to content

Commit 99cf81a

Browse files
committed
fix elastic health check
1 parent 75f036d commit 99cf81a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ services:
8686
test:
8787
[
8888
'CMD-SHELL',
89-
'curl -s http://localhost:9201/_cluster/health | grep -q green',
89+
'curl -s http://localhost:9200/_cluster/health | grep -q green',
9090
]
9191
interval: 10s
9292
timeout: 5s
@@ -112,7 +112,7 @@ services:
112112
test:
113113
[
114114
'CMD-SHELL',
115-
'curl -s http://localhost:9202/_cluster/health | grep -q green',
115+
'curl -s http://localhost:9200/_cluster/health | grep -q green',
116116
]
117117
interval: 10s
118118
timeout: 5s

0 commit comments

Comments
 (0)