-
Notifications
You must be signed in to change notification settings - Fork 59.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker FAQ 问题集锦 #2105
Comments
Title: Docker FAQ question collection |
新版本前面加代理的情况下会出现js加载404的情况 |
In the case of adding a proxy in front of the new version, js loading 404 will occur |
This comment was marked as off-topic.
This comment was marked as off-topic.
{ docker 部署的如上问题如何解决 |
按照readme文档的说明使用docker部署,部署成功后,提问对话一直报这个错误改如何解决,谢谢,{ |
Install the readme file and deploy it using docker. After the deployment is successful, the question dialogue keeps reporting this error. How to solve it? Thank you, { |
应该是缺少配置 base_url 我也碰到了这个问题,配置好代理就没问题了 |
It should be a lack of configuration base_url. I also encountered this problem. Once the proxy is configured, there will be no problem. |
docker-compose 我用了 version 3 部署的,没有配置 profiles 变量, 部署完成后,请求接口出现以下问题 |
你说的配置base_url 代理,是指在docker部署的时候添加文档上的这-e PROXY_URL=http://127.0.0.1:7890 \ 配置吗 |
When you talk about configuring the base_url proxy, do you mean adding the -e PROXY_URL=http://127.0.0.1:7890 \ configuration in the document when deploying docker? |
是这个配置,看Environment Variables部分,有个 BASE_URL 环境变量 (Override openai api request base url) |
This is the configuration, look at the Environment Variables section, there is a BASE_URL environment variable (Override openai api request base url) |
pull image renter |
@sz-p Make sure your docker version is >= 20. |
It is work ths |
Streaming typewriter is not supported If you do not write BASE_URL and manually specify the interface address https://xxx.com in the web page settings, the streaming typewriter is supported. Interface https://xxx.com log Accept request header, the former is Accept=/, the latter is Accept=text/event-stream @Hope to unify and change to streaming |
Docker can be opened using the local IP, but it cannot be opened by entering the domain name and port number. |
{ |
国内网络打不开如何解决 |
How to solve the problem that the domestic network cannot be opened |
{ |
{ |
hello ,我也遇到同样的问题,这个问题你这边后面时如何解决的呢 |
docker 启动的服务.前端页面大量token请求,一段时间后,网页会打不开. |
A service started by docker. A large number of token requests are requested from the front-end page. After a period of time, the web page will not be able to be opened. |
你好 这个问题解决了吗 |
Hello, has this problem been solved? |
This is a place to collect common issues and discussions related to Docker deployment.
本 Issue 用于收集 Docker 部署情况下的常见问题。
The text was updated successfully, but these errors were encountered: