This commit is contained in:
2022-02-26 11:49:40 +08:00
commit 1a641cd52d
3 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
version: '3.3'
services:
app:
image: hunsh/gh-proxy-py:latest
container_name: "gh-proxy-py"
ports:
- 13001:80
restart:
unless-stopped