Skip to content
Snippets Groups Projects
Unverified Commit b4abbe5d authored by ooo oo's avatar ooo oo Committed by GitHub
Browse files

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
parent 8fa2963a
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@
> 所有系统配置都需要通过系统重启生效:
>
> ```bash
> $ docker compose up -f docker-compose-CN.yml -d
> $ docker compose -f docker-compose-CN.yml up -d
> ```
## 🛠️ 源码编译、安装 Docker 镜像
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment