From 2457efd11d3aad395cc57d6fb91771c1bf83348f Mon Sep 17 00:00:00 2001 From: tim Date: Tue, 30 Sep 2025 15:02:36 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20healthy=20check=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b62b9c691f07bf9569247af9f22e8e4afd98672a. --- docker/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 33f80912b..53f68ff10 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -53,7 +53,7 @@ services: healthcheck: test: - CMD-SHELL - - curl -fsS http://127.0.0.1:${OPENSEARCH_PORT:-9200}/_cluster/health >/dev/null + - curl -fsS http://127.0.0.1:9200/_cluster/health >/dev/null interval: 10s timeout: 5s retries: 30