about docker-compse #8624

Closed
opened 2026-02-21 18:26:43 -05:00 by yindo · 0 comments
Owner

Originally created by @gotyuo987 on GitHub (Feb 25, 2025).

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Provide a description of requested docs changes

when flow the docs
run the docker compose up -d

the docker defult mirrs wait longtime then erro

use the follow mirr fast more

如果 用默认的说明文档 运行 docker compose up -d 命令时 经常会报错
因为国内docker 镜像被禁用 ,可以使用下面的这个加速地址。这个地址的速度非常快

echo '{"registry-mirrors": ["https://docker.1ms.run"]}' | sudo tee /etc/docker/daemon.json > /dev/null
systemctl daemon-reload
systemctl restart docker

Originally created by @gotyuo987 on GitHub (Feb 25, 2025). ### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Provide a description of requested docs changes when flow the docs run the docker compose up -d the docker defult mirrs wait longtime then erro use the follow mirr fast more 如果 用默认的说明文档 运行 docker compose up -d 命令时 经常会报错 因为国内docker 镜像被禁用 ,可以使用下面的这个加速地址。这个地址的速度非常快 echo '{"registry-mirrors": ["https://docker.1ms.run"]}' | sudo tee /etc/docker/daemon.json > /dev/null systemctl daemon-reload systemctl restart docker
yindo added the 📚 documentation label 2026-02-21 18:26:43 -05:00
yindo closed this issue 2026-02-21 18:26:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#8624