add
This commit is contained in:
9
gh-proxy/docker-compose.yml
Normal file
9
gh-proxy/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user