Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add DaoCloud mirror proxy instructions to README_CN.md #14591

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ Dify 是一个开源的 LLM 应用开发平台。其直观的界面结合了 AI

启动 Dify 服务器的最简单方法是运行我们的 [docker-compose.yml](docker/docker-compose.yaml) 文件。在运行安装命令之前,请确保您的机器上安装了 [Docker](https://docs.docker.com/get-docker/) 和 [Docker Compose](https://docs.docker.com/compose/install/):

> **镜像加速**:如果您在中国大陆地区,可能会遇到 Docker 镜像拉取速度慢的问题。您可以使用 DaoCloud 提供的[镜像代理加速](https://github.com/DaoCloud/public-image-mirror):`docker.m.daocloud.io`。比如只需在 docker-compose.yaml 文件中将所有的 `langgenius/` 镜像前缀替换为 `docker.m.daocloud.io/langgenius/`,将 `postgres:15-alpine` 替换为 `docker.m.daocloud.io/postgres:15-alpine` 即可。

```bash
cd docker
cp .env.example .env
Expand Down