mirror of
https://github.com/iv-org/documentation.git
synced 2024-11-26 23:50:37 +00:00
Unify log rotation settings for both docker and manual install (#317)
This commit is contained in:
parent
9afd26803e
commit
235dcfa283
@ -68,6 +68,10 @@ services:
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 2
|
||||
logging:
|
||||
options:
|
||||
max-size: "1G"
|
||||
max-file: "4"
|
||||
depends_on:
|
||||
- invidious-db
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user