Files
hubproxy/src/docker-compose.yml
2025-06-11 11:58:57 +08:00

8 lines
174 B
YAML

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