Replies: 2 comments
-
|
这个错误已经在之前的讨论中被多位用户遇到并解决了。 根本原因:Docker 镜像与宿主机挂载的 nginx 配置文件版本不匹配,或者通过 git 克隆代码时文件缺失。 推荐解决方法:使用特定 tag 版本而不是最新代码: git clone --branch v0.24.0 --single-branch https://github.com/infiniflow/ragflow.git
cd ragflow
docker compose -f docker/docker-compose.yml up -d备选方案:
根据你的截图,文件在本地 nginx 文件夹中存在,但容器内的 To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
拉取最新代码,0.24 版本就可以 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ngnix文件夹里有ragflow.conf.python文件,但出现报错'mv: cannot stat '/etc/nginx/conf.d/ragflow.conf.python': No such file or directory',有什么地方出现了问题?或者需要其他证据进行判断?


Beta Was this translation helpful? Give feedback.
All reactions