chore: add max-file: 3

This commit is contained in:
Sun-ZhenXing
2025-10-30 19:50:46 +08:00
parent c8b9335e74
commit 843ebc24a1
13 changed files with 6 additions and 16 deletions

View File

@@ -4,6 +4,7 @@ x-default: &default
driver: json-file
options:
max-size: 100m
max-file: "3"
x-mongo: &mongo
<<: *default
@@ -105,4 +106,3 @@ services:
volumes:
mongo_data:
driver: local