Describe your problem
When I run the command "docker compose -f docker-compose-CN.yml up -d", the Docker logs will remain in the following state indefinitely.
When I log in to the corresponding website to register an account, it will always get stuck. The corresponding web page is as follows.
What is the cause of this situation?
5条答案
按热度按时间ogsagwnx1#
嘿,我是新来的,但我会尽力帮助。
Docker镜像是否已经下载完成?
xurqigkl2#
我已经将模型下载到本地机器,并执行了命令 "docker compose -f docker-compose-CN.yml up -d"。出现了异常:
vkc1a9a23#
它说无法连接到您的ES集群,我的猜测是您可能设置了错误的环境。
抱歉如果这很烦人,但您是否检查了以下内容:
日志还显示API问题,您是否正确编辑了service_conf.yaml文件?
3xiyfsfu4#
这是一个RTFM的情况吗?哈哈
https://github.com/infiniflow/ragflow/tree/main?tab=readme-ov-file#-configurations
"
当涉及到系统配置时,您需要管理以下文件:
您必须确保对 .env 文件的更改与 service_conf.yaml 文件中的设置保持一致。
要更新默认的HTTP服务端口(80),请转到 docker-compose.yml 并将80:80更改为<YOUR_SERVING_PORT>:80。
"
xmjla07d5#
我已经将模型下载到本地机器,并执行了命令 "docker compose -f docker-compose-CN.yml up -d"。出现了异常:
如果您正在使用Docker,请检查docker/service_conf.yml,这部分应该设置正确。
如果您在Docker之外运行,请检查conf/service_conf.yml