We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7dc567 + 0e48b4b commit cd540e7Copy full SHA for cd540e7
docker-compose.minimal.yml
@@ -658,7 +658,7 @@ services:
658
ports:
659
- "9200"
660
healthcheck:
661
- 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"'
662
start_period: 10s
663
interval: 5s
664
timeout: 10s
docker-compose.yml
@@ -769,7 +769,7 @@ services:
769
770
771
772
- test: curl -s http://localhost:9200/_cluster/health | grep -q '"status":"green"'
773
774
775
0 commit comments