ooo oo commited on
Commit
1356753
ยท
1 Parent(s): 5038754

docs: fix a bash command (#235)

Browse files

### 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

Files changed (1) hide show
  1. README_zh.md +1 -1
README_zh.md CHANGED
@@ -153,7 +153,7 @@
153
  > ๆ‰€ๆœ‰็ณป็ปŸ้…็ฝฎ้ƒฝ้œ€่ฆ้€š่ฟ‡็ณป็ปŸ้‡ๅฏ็”Ÿๆ•ˆ๏ผš
154
  >
155
  > ```bash
156
- > $ docker compose up -f docker-compose-CN.yml -d
157
  > ```
158
 
159
  ## ๐Ÿ› ๏ธ ๆบ็ ็ผ–่ฏ‘ใ€ๅฎ‰่ฃ… Docker ้•œๅƒ
 
153
  > ๆ‰€ๆœ‰็ณป็ปŸ้…็ฝฎ้ƒฝ้œ€่ฆ้€š่ฟ‡็ณป็ปŸ้‡ๅฏ็”Ÿๆ•ˆ๏ผš
154
  >
155
  > ```bash
156
+ > $ docker compose -f docker-compose-CN.yml up -d
157
  > ```
158
 
159
  ## ๐Ÿ› ๏ธ ๆบ็ ็ผ–่ฏ‘ใ€ๅฎ‰่ฃ… Docker ้•œๅƒ