docs: fix path of zh configuration (#14100)
This commit is contained in:
parent
04c1eb55d5
commit
1f9e472142
|
|
@ -140,7 +140,7 @@ $ docker run -d --name rsshub -p 1200:1200 -e CACHE_EXPIRE=3600 -e GITHUB_ACCESS
|
|||
|
||||
该部署方式不包括 puppeteer(除非改用 `diygod/rsshub:chromium-bundled`)和 redis 依赖,如有需要请改用 Docker Compose 部署方式或自行部署外部依赖
|
||||
|
||||
更多配置项请看 [#配置](#pei-zhi)
|
||||
更多配置项请看 [#配置](/zh/install/config)
|
||||
|
||||
## Kubernetes 部署 (Helm)
|
||||
|
||||
|
|
@ -385,7 +385,7 @@ CACHE_EXPIRE=600
|
|||
|
||||
该部署方式不包括 redis 依赖,如有需要请改用 Docker Compose 部署方式或自行部署外部依赖
|
||||
|
||||
更多配置项请看 [#配置](#pei-zhi)
|
||||
更多配置项请看 [#配置](/zh/install/config)
|
||||
|
||||
### 更新
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue