Revert "fix: healthy check 修改"

This reverts commit b62b9c691f.
This commit is contained in:
tim
2025-09-30 15:02:36 +08:00
parent b62b9c691f
commit 2457efd11d

View File

@@ -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