mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-31 23:31:59 +08:00
Fix missing info in README and config error (#3633)
### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Signed-off-by: jinhai <haijin.chn@gmail.com>
This commit is contained in:
parent
86e48179a1
commit
ddf01e0450
@ -286,7 +286,7 @@ docker build -f Dockerfile -t infiniflow/ragflow:dev .
|
|||||||
|
|
||||||
Tambahkan baris berikut ke `/etc/hosts` untuk memetakan semua host yang ditentukan di **docker/service_conf.yaml** ke `127.0.0.1`:
|
Tambahkan baris berikut ke `/etc/hosts` untuk memetakan semua host yang ditentukan di **docker/service_conf.yaml** ke `127.0.0.1`:
|
||||||
```
|
```
|
||||||
127.0.0.1 es01 mysql minio redis
|
127.0.0.1 es01 infinity mysql minio redis
|
||||||
```
|
```
|
||||||
Di **docker/service_conf.yaml**, perbarui port mysql ke `5455` dan es ke `1200`, sesuai dengan yang ditentukan di **docker/.env**.
|
Di **docker/service_conf.yaml**, perbarui port mysql ke `5455` dan es ke `1200`, sesuai dengan yang ditentukan di **docker/.env**.
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ es:
|
|||||||
username: 'elastic'
|
username: 'elastic'
|
||||||
password: 'infini_rag_flow'
|
password: 'infini_rag_flow'
|
||||||
infinity:
|
infinity:
|
||||||
uri: 'http://infinity:23817'
|
uri: 'infinity:23817'
|
||||||
db_name: 'default_db'
|
db_name: 'default_db'
|
||||||
redis:
|
redis:
|
||||||
db: 1
|
db: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user