From fe8049c4c1af36da82ffad97cc57871d9763e9ea Mon Sep 17 00:00:00 2001 From: ricalot Date: Thu, 24 Jul 2025 00:06:27 +0800 Subject: [PATCH] fix: Update DOCLING_API_ENDPOINT to use service name instead of localhost --- .actor/actor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.actor/actor.sh b/.actor/actor.sh index 1498bb9c..896c3092 100755 --- a/.actor/actor.sh +++ b/.actor/actor.sh @@ -273,7 +273,7 @@ sys.exit(1) " && echo "API verification succeeded") || echo "API verification failed, but continuing anyway" # Define API endpoint -DOCLING_API_ENDPOINT="http://localhost:5001/v1alpha/convert/source" +DOCLING_API_ENDPOINT="http://docling-serve:5001/v1alpha/convert/source" # --- Processing document ---