From 640e8e3f3e7d9cdc254b788a300e0b1e4546c08e Mon Sep 17 00:00:00 2001 From: Liu An Date: Tue, 4 Nov 2025 10:59:56 +0800 Subject: [PATCH] Chore(docker): Remove outdated sandbox config (#10977) ### What problem does this PR solve? Remove outdated sandbox config ### Type of change - [x] Refactoring --- docker/.env | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docker/.env b/docker/.env index 7e8165fd9..1d6c8ba90 100644 --- a/docker/.env +++ b/docker/.env @@ -214,14 +214,6 @@ REGISTER_ENABLED=1 # SANDBOX_MAX_MEMORY=256m # b, k, m, g # SANDBOX_TIMEOUT=10s # s, m, 1m30s -# Important: To enable sandbox, you must re-declare the compose profiles. -# 1. Comment out the COMPOSE_PROFILES line above. -# 2. Uncomment one of the following based on your chosen document engine: -# - For Elasticsearch: -# COMPOSE_PROFILES=elasticsearch,sandbox -# - For Infinity: -# COMPOSE_PROFILES=infinity,sandbox -# - For OpenSearch: -# COMPOSE_PROFILES=opensearch,sandbox +# Enable DocLing and Mineru USE_DOCLING=false USE_MINERU=false