infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
16.42k stars 1.67k forks source link

[Question]: docker compose failed! #1209

Open adzhua opened 2 months ago

adzhua commented 2 months ago

Describe your problem

run docker compose up -d, received: WARN[0000] The "MACOS" variable is not set. Defaulting to a blank string. [+] Running 0/30 ⠧ ragflow [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 161.7s ⠸ d66d6a6a3687 Retrying in 1 second 158.3s ⠸ e969618d45cc Retrying in 1 second 158.3s ⠸ fb395f539ec6 Retrying in 1 second 158.3s ⠸ 745899355813 Waiting 158.3s ⠸ 0dc03a7cf057 Waiting 158.3s ⠸ aa273b3a17bc Waiting 158.3s ⠸ 4f4fb700ef54 Waiting 158.3s ⠸ fb2ab1ff9d83 Waiting 158.3s ⠸ d06f23c2cbe1 Waiting 158.3s ⠸ eb68fb06a9a7 Waiting 158.3s ⠸ d163a8b43305 Waiting 158.3s ⠸ 69e195eb397c Waiting 158.3s ⠸ 7b21f5823e9b Waiting 158.3s ⠸ e98de0bf142d Waiting 158.3s ⠸ ec80654f9e29 Waiting 158.3s ⠸ 7d8c25b34543 Waiting 158.3s ⠸ b64db2d044cf Waiting 158.3s ⠸ a9e42bf6c6eb Waiting 158.3s ⠸ ac8f8f82a9da Waiting 158.3s ⠸ 9fe2d7be1736 Waiting 158.3s ⠸ faecea8b2721 Waiting 158.3s ⠸ c7f4ae173152 Waiting 158.3s ⠸ e32d8cce2e7b Waiting 158.3s ⠸ 4c1d314dda62 Waiting 158.3s ⠸ 72f4c0b33441 Waiting 158.3s ⠸ e7c9ec079948 Waiting 158.3s ⠸ a664d8d73f96 Waiting 158.3s ⠸ 694f7e69a250 Waiting 158.3s ⠸ 711e2309f926 Waiting 158.3s error pulling image configuration: download failed after attempts=6: dial tcp 157.240.18.18:443: i/o timeout

papandadj commented 2 months ago

the great firewall. 配置代理吧,或者用他们cn哪个docker compose 文件

yangboz commented 2 months ago

the great firewall. 配置代理吧,或者用他们cn哪个docker compose 文件或者国内镜像配置, 各种加速汇总在这里: https://www.zhihu.com/search?type=content&q=加速汇总

papandadj commented 2 months ago

业余了,你应该给文章地址而不是搜索条件

yangboz commented 2 months ago

业余了,你应该给文章地址而不是搜索条件

https://segmentfault.com/q/1010000014213114

鼓励你提前搜索一下关键字,主动动手尝试让你不再业余 :)

adzhua commented 2 months ago

用cn的docker compose 文件+配置国内镜像可以了。

water-2022 commented 2 months ago

用cn的docker compose 文件+配置国内镜像可以了。

Could you please provide the address for the domestic mirror? I have searched for some addresses, but none of them work. Thank you very much!

adzhua commented 2 months ago

用cn的docker compose 文件+配置国内镜像可以了。

Could you please provide the address for the domestic mirror? I have searched for some addresses, but none of them work. Thank you very much!

vim /etc/docker/daemon.json, and add { "registry-mirrors": ["https://registry.docker-cn.com","https://nrbewqda.mirror.aliyuncs.com","https://dmmxhzvq.mirror.aliyuncs.com"] } sudo systemctl daemon-reload sudo systemctl restart docker