-
Notifications
You must be signed in to change notification settings - Fork 60.3k
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
[Bug] 2.12.3 使用PROXY_URL部署后无法访问 #4795
Comments
Title: [Bug] 2.12.3 Unable to access after deployment using PROXY_URL Bug DescriptionThe same docker-compose configuration can run normally with version 2.12.2, but not with 2.12.3. Using 2.12.3 to remove PROXY_URL can also run normally. Steps to ReproduceUse the following compose.yaml deployment and change the version number to reproduce services:
clash:
image: dreamacro/clash-premium
volumes:
- ./WgetCloud.yaml:/root/.config/clash/config.yaml
restart: unless-stopped
networks:
net1:
ipv4_address: 172.28.0.2
expose:
- "9990"
ports:
- 9990:9990
chatgpt-next-web:
image: yidadaa/chatgpt-next-web:v2.12.2
environment:
OPENAI_API_KEY: ${OPENAI_API_KEY}
CODE: ${CHATGPT_NEXT_WEB_CODE}
PROXY_URL: http://172.28.0.2:9990
expose:
- "3000"
ports:
- 9800:3000
networks:
net1:
ipv4_address: 172.28.0.3
networks:
net1:
driver:bridge
ipam:
driver:default
config:
- subnet: 172.28.0.0/16
gateway: 172.28.0.1 Expected Behavior2.12.3 Can be run using PROXY_URL ScreenshotsNo response Deployment Method
Desktop OSNo response Desktop BrowserNo response Desktop Browser VersionNo response Smartphone DeviceNo response Smartphone OSNo response Smartphone BrowserNo response Smartphone Browser VersionNo response Additional LogsNo response |
Replace the Dockerfile's last section to
and build the image yourself. It could be resolved. |
更新2.11.4后使用代理仍然无法访问,相同配置在2.11.2中是正常的 |
After updating to 2.11.4, the proxy is still inaccessible. The same configuration is normal in 2.11.2. |
Bug Description
同样的docker-compose配置,使用 2.12.2版本可以正常运行,使用2.12.3就不行了。
使用2.12.3去掉PROXY_URL也能正常运行。
Steps to Reproduce
使用如下的 compose.yaml 部署,改版本号即可复现
Expected Behavior
2.12.3可以使用PROXY_URL运行
Screenshots
No response
Deployment Method
Desktop OS
No response
Desktop Browser
No response
Desktop Browser Version
No response
Smartphone Device
No response
Smartphone OS
No response
Smartphone Browser
No response
Smartphone Browser Version
No response
Additional Logs
No response
The text was updated successfully, but these errors were encountered: