Files
hubproxy/docker-compose.yml
2025-06-11 17:52:19 +08:00

8 lines
171 B
YAML

services:
ghproxy:
build: .
restart: always
ports:
- '5000:5000'
volumes:
- ./src/config.toml:/root/config.toml