From 32b328218f307bc9ea819a826f412115c90cb3d6 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Wed, 22 Apr 2026 00:53:50 +0200 Subject: [PATCH] Update search/opensearch.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- search/opensearch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/opensearch.yml b/search/opensearch.yml index b5aafdf..7a65509 100644 --- a/search/opensearch.yml +++ b/search/opensearch.yml @@ -45,7 +45,7 @@ services: test: [ "CMD-SHELL", - "curl -sf 'http://localhost:9200/_cluster/health?wait_for_status=yellow&timeout=5s' > /dev/null || exit 1", + "curl -sf 'http://localhost:9200/_cluster/health?wait_for_status=yellow&timeout=5s' > /dev/null || exit 1" ] interval: 5s timeout: 10s