dockerfiles/gh-proxy/README.md

29 lines
822 B
Markdown
Raw Permalink Normal View History

2021-06-08 20:46:15 +08:00
# gh-proxy
2021-06-09 16:41:19 +08:00
GitHub [stilleshan/dockerfiles](https://github.com/stilleshan/dockerfiles)
Docker [stilleshan/gh-proxy](https://hub.docker.com/r/stilleshan/gh-proxy)
> *docker image support for X86 and ARM*
2021-06-08 20:46:15 +08:00
2021-06-13 22:28:12 +08:00
## 简介
基于 [hunshcn/gh-proxy](https://github.com/hunshcn/gh-proxy) 项目的 docker 镜像.
## 更新
- **2021-09-09** 更新 docker 镜像,新增支持黑白名单功能.
- **2021-06-09** 更新 docker 镜像,新增同时支持 X86 和 ARM 架构.
2021-06-13 22:28:12 +08:00
## 部署
### docker
```shell
docker run -d --name=gh-proxy --restart=always -p 12345:80 stilleshan/gh-proxy
```
### docker compose
下载 [docker-compose.yml](https://raw.githubusercontent.com/stilleshan/dockerfiles/main/gh-proxy/docker-compose.yml) 执行以下命令启动:
```shell
docker-compose up -d
```
2021-06-08 20:46:15 +08:00
## 参考
2021-06-09 16:41:19 +08:00
[ghproxy.com](https://ghproxy.com)
2021-06-08 20:46:15 +08:00