We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d95c9 commit 0e48b4bCopy full SHA for 0e48b4b
docker-compose.minimal.yml
@@ -657,7 +657,7 @@ services:
657
ports:
658
- "9200"
659
healthcheck:
660
- test: curl -s http://localhost:9200/_cluster/health | grep status | grep -q '\\(green\\|yellow\\)'
+ test: curl -s http://localhost:9200/_cluster/health | grep '"status":"green"'
661
start_period: 10s
662
interval: 5s
663
timeout: 10s
docker-compose.yml
@@ -768,7 +768,7 @@ services:
768
769
770
771
- test: curl -s http://localhost:9200/_cluster/health | grep -q '"status":"green"'
772
773
774
0 commit comments