We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f036d commit 99cf81aCopy full SHA for 99cf81a
1 file changed
docker-compose.yml
@@ -86,7 +86,7 @@ services:
86
test:
87
[
88
'CMD-SHELL',
89
- 'curl -s http://localhost:9201/_cluster/health | grep -q green',
+ 'curl -s http://localhost:9200/_cluster/health | grep -q green',
90
]
91
interval: 10s
92
timeout: 5s
@@ -112,7 +112,7 @@ services:
112
113
114
115
- 'curl -s http://localhost:9202/_cluster/health | grep -q green',
116
117
118
0 commit comments