ragflow/docs/guides
BDanial d7c9611d45
docs(sandbox): update /etc/hosts entry to include required services (#9144)
Fixes an issue where running the sandbox (code component) fails due to
unresolved hostnames. Added missing service names (es01, infinity,
mysql, minio, redis) to 127.0.0.1 in the /etc/hosts example.

Reference: https://github.com/infiniflow/ragflow/issues/8226

## What this PR does

Updates the sandbox quickstart documentation to fix a known issue where
the sandbox fails to resolve required service hostnames.

## Why

Following the original instruction leads to a `Failed to resolve 'none'`
error, as discussed in issue #8226. Adding the missing service names to
`127.0.0.1` resolves the problem.

## Related issue

https://github.com/infiniflow/ragflow/issues/8226

## Note

It might be better to add `127.0.0.1 es01 infinity mysql minio redis` to
docs/quickstart.mdx, but since no issues appeared at the time without
adding this line—and the problem occurred while working with the code
component—I added it here.

### Type of change

- [X] Documentation Update
2025-08-11 17:18:56 +08:00
..
agent docs(sandbox): update /etc/hosts entry to include required services (#9144) 2025-08-11 17:18:56 +08:00
chat Docs: Update version references to v0.20.1 in READMEs and docs (#9335) 2025-08-08 18:17:25 +08:00
dataset Docs: Update version references to v0.20.1 in READMEs and docs (#9335) 2025-08-08 18:17:25 +08:00
migration Feat: Add the migration script and its doc, added backup as default… (#8245) 2025-08-04 09:43:43 +08:00
models Docs: RAGFlow does not suppport batch metadata setting (#7795) 2025-05-22 17:02:23 +08:00
team Docs: Added a guide on switching document engine (#7692) 2025-05-16 19:02:36 +08:00
_category_.json Added release notes for v0.13.0 (#3691) 2024-11-27 19:26:03 +08:00
ai_search.md Docs: Miscellaneous UI updates (#8031) 2025-06-04 09:31:41 +08:00
manage_files.md Docs: Update version references to v0.20.1 in READMEs and docs (#9335) 2025-08-08 18:17:25 +08:00
run_health_check.md Miscellaneous doc updates and refactored team management doc. (#6730) 2025-04-01 19:05:30 +08:00
tracing.mdx Docs: Update version references to v0.20.1 in READMEs and docs (#9335) 2025-08-08 18:17:25 +08:00
upgrade_ragflow.mdx Docs: Update version references to v0.20.1 in READMEs and docs (#9335) 2025-08-08 18:17:25 +08:00