mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
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
|
|
|