10 lines
144 B
YAML
10 lines
144 B
YAML
version: "3"
|
|
services:
|
|
gh-proxy:
|
|
image: stilleshan/gh-proxy
|
|
container_name: gh-proxy
|
|
ports:
|
|
- 12345:80
|
|
restart: always
|
|
|