Update docker-compose.yml

This commit is contained in:
starry
2025-09-13 03:45:28 +08:00
committed by GitHub
parent 6144883a6e
commit 42ddfaab9d

View File

@@ -5,8 +5,10 @@ services:
restart: always
ports:
- "5000:5000"
volumes:
- ./src/config.toml:/root/config.toml
logging:
driver: json-file
options:
max-size: "1g"
max-file: "3"
max-file: "2"