-
Notifications
You must be signed in to change notification settings - Fork 2k
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部署后502 #109
Comments
请确保服务访问 github 的通畅
longdoer ***@***.***> 于2023年11月24日周五 13:09写道:
… [image: image]
<https://user-images.githubusercontent.com/16441085/285364418-b3be0a28-c2f8-4851-8335-27a7239ea1c5.png>
使用docker部署后出现502错误
docker run -d --name="gh-proxy-py"
-p 0.0.0.0:8000:80
--restart=always
hunsh/gh-proxy-py:latest
—
Reply to this email directly, view it on GitHub
<#109>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACZDQS6QAXRPFYORO2KGNE3YGATYPAVCNFSM6AAAAAA7YTC4KOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYDSMJQG44DANY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
服务器上访问githu是正常的,我试了两台服务器都出现该问题。 |
也可以试下最新的 latest。我这边测试没有问题。 |
我遇到了一样的问题,也是502错误,访问GitHub是正常的,镜像也是最新的 |
我也遇到这个问题了 |
使用docker部署后出现502错误
docker run -d --name="gh-proxy-py"
-p 0.0.0.0:8888:80
--restart=always
hunsh/gh-proxy-py:latest
The text was updated successfully, but these errors were encountered: