Docker本地部署RAGFlow时,访问localhost:80无法登陆和注册(端口号默认为80未进行修改)
在Docker运行了RAGFlow,显示正常。
在CMD运行命令:docker logs -f ragflow-server
返回结果:request returned 500 Internal Server Error for API route and version http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.51/containers/ragflow-server/json, check if the server supports the requested API version
在网页端登陆,在后端网络响应显示:<title>502 Bad Gateway</title>
大家有没有遇到这种问题的??都是怎么解决的啊
