hunshcn / gh-proxy

github release、archive以及项目文件的加速项目
MIT License
6.91k stars 1.76k forks source link

docker部署后502 #109

Open longdoer opened 9 months ago

longdoer commented 9 months ago

image

使用docker部署后出现502错误 docker run -d --name="gh-proxy-py" \ -p 0.0.0.0:8888:80 \ --restart=always \ hunsh/gh-proxy-py:latest

hunshcn commented 9 months ago

请确保服务访问 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 https://github.com/hunshcn/gh-proxy/issues/109, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZDQS6QAXRPFYORO2KGNE3YGATYPAVCNFSM6AAAAAA7YTC4KOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYDSMJQG44DANY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

longdoer commented 9 months ago

请确保服务访问 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是正常的,我试了两台服务器都出现该问题。

hunshcn commented 9 months ago

请确保服务访问 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。我这边测试没有问题。

themojie commented 9 months ago

我遇到了一样的问题,也是502错误,访问GitHub是正常的,镜像也是最新的

immoke commented 5 months ago

我也遇到这个问题了