docs: fix a bash command (#235)

### What problem does this PR solve?

use `docker compose up -f docker-compose-CN.yml -d`
will cause

![图片](https://github.com/infiniflow/ragflow/assets/106524776/1414f537-fe5b-42b0-8b01-c0c75fe6020d)
update to `docker compose -f docker-compose-CN.yaml up -d`


### Type of change

- [x] Documentation Update
This commit is contained in:
ooo oo 2024-04-06 19:43:14 +08:00 committed by GitHub
parent 8fa2963a8e
commit b4abbe5d93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,7 @@
> 所有系统配置都需要通过系统重启生效: > 所有系统配置都需要通过系统重启生效:
> >
> ```bash > ```bash
> $ docker compose up -f docker-compose-CN.yml -d > $ docker compose -f docker-compose-CN.yml up -d
> ``` > ```
## 🛠️ 源码编译、安装 Docker 镜像 ## 🛠️ 源码编译、安装 Docker 镜像