mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-02-28 06:49:10 +00:00
add log rotation
This commit is contained in:
@@ -7,3 +7,8 @@ services:
|
||||
- "9009-9013:9009-9013"
|
||||
env_file: .env
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "3"
|
||||
|
||||
Reference in New Issue
Block a user