Files
hubproxy/docker-compose.yml
2026-07-13 03:10:42 +08:00

14 lines
296 B
YAML

services:
hubproxy:
image: ghcr.io/sky22333/hubproxy
container_name: hubproxy
restart: always
ports:
- "5000:5000"
volumes:
- ./src/config.toml:/app/config.toml:ro
logging:
driver: json-file
options:
max-size: "200m"
max-file: "3"