Chore(docker): Remove outdated sandbox config (#10977)

### What problem does this PR solve?

Remove outdated sandbox config

### Type of change

- [x] Refactoring
This commit is contained in:
Liu An
2025-11-04 10:59:56 +08:00
committed by GitHub
parent c20f5675c6
commit 640e8e3f3e

View File

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