mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-05-10 07:27:54 +08:00
8 lines
171 B
YAML
8 lines
171 B
YAML
services:
|
|
ghproxy:
|
|
build: .
|
|
restart: always
|
|
ports:
|
|
- '5000:5000'
|
|
volumes:
|
|
- ./src/config.toml:/root/config.toml |