From 0babaf2752cdc9e4b9c3015b8bcc7d640ba1e7f5 Mon Sep 17 00:00:00 2001 From: Erik Seliger Date: Fri, 4 Sep 2026 03:37:35 +0000 Subject: [PATCH] searcher: use debug server readiness endpoint Amp-Thread-ID: https://ampcode.com/threads/T-01a0695f-be00-74df-9488-895b355a0c4c Co-authored-by: Amp --- docker-compose/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/docker-compose.yaml b/docker-compose/docker-compose.yaml index 60403932f..c6bd70be7 100644 --- a/docker-compose/docker-compose.yaml +++ b/docker-compose/docker-compose.yaml @@ -303,7 +303,7 @@ services: - 'SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090' - 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' healthcheck: - test: "wget -q 'http://127.0.0.1:3181/healthz' -O /dev/null || exit 1" + test: "wget -q 'http://127.0.0.1:6060/ready' -O /dev/null || exit 1" interval: 5s timeout: 10s retries: 3