Update docker-compose.yml

This commit is contained in:
starry
2025-09-13 03:44:25 +08:00
committed by GitHub
parent c704923b64
commit 6144883a6e

View File

@@ -1,8 +1,12 @@
services:
hubproxy:
build: .
image: ghcr.io/sky22333/hubproxy
container_name: hubproxy
restart: always
ports:
- '5000:5000'
volumes:
- ./src/config.toml:/root/config.toml
- "5000:5000"
logging:
driver: json-file
options:
max-size: "1g"
max-file: "3"