Files
hubproxy/docker-compose.yml
user123456 75e37158ef update
2025-07-27 08:05:36 +08:00

8 lines
142 B
YAML

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