Skip to content

Commit cd540e7

Browse files
author
github-actions
committed
Merge remote-tracking branch 'upstream/main'
2 parents d7dc567 + 0e48b4b commit cd540e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.minimal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ services:
658658
ports:
659659
- "9200"
660660
healthcheck:
661-
test: curl -s http://localhost:9200/_cluster/health | grep status | grep -q '\\(green\\|yellow\\)'
661+
test: curl -s http://localhost:9200/_cluster/health | grep '"status":"green"'
662662
start_period: 10s
663663
interval: 5s
664664
timeout: 10s

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ services:
769769
ports:
770770
- "9200"
771771
healthcheck:
772-
test: curl -s http://localhost:9200/_cluster/health | grep -q '"status":"green"'
772+
test: curl -s http://localhost:9200/_cluster/health | grep '"status":"green"'
773773
start_period: 10s
774774
interval: 5s
775775
timeout: 10s

0 commit comments

Comments
 (0)