ソースを参照

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
tags/v0.1.0
ooo oo 1年前
コミット
b4abbe5d93
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      README_zh.md

+ 1
- 1
README_zh.md ファイルの表示

@@ -153,7 +153,7 @@
> 所有系统配置都需要通过系统重启生效:
>
> ```bash
> $ docker compose up -f docker-compose-CN.yml -d
> $ docker compose -f docker-compose-CN.yml up -d
> ```

## 🛠️ 源码编译、安装 Docker 镜像

読み込み中…
キャンセル
保存