Files
hubproxy/docker-compose.yml
T
2025-06-13 16:25:27 +08:00

8 lines
172 B
YAML

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