This commit is contained in:
2022-02-23 11:05:30 +08:00
parent bb8a233a40
commit 4f841f8807
4 changed files with 75 additions and 1 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: '3'
services:
notepad:
container_name: "gh-proxy"
restart: unless-stopped
ports:
- "9096:80"
image: hub.ncc.cx/fghwett/gh-proxy:latest