Docker 部署

docker run -d --name="gh-proxy-py" \
  -p 0.0.0.0:8080:80 \
  --restart=always \
  hunsh/gh-proxy-py:latest