dockerfiles/gh-proxy/docker-compose.yml

10 lines
144 B
YAML
Raw Normal View History

2021-06-13 22:28:12 +08:00
version: "3"
services:
gh-proxy:
image: stilleshan/gh-proxy
container_name: gh-proxy
ports:
- 12345:80
restart: always