Update ghproxy to support black and white list

This commit is contained in:
Stille
2021-09-09 23:21:57 +08:00
parent fd8761a666
commit 3debdb87d5
4 changed files with 50 additions and 12 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: "3"
services:
gh-proxy:
image: stilleshan/gh-proxy
container_name: gh-proxy
ports:
- 12345:80
restart: always