mirror of
https://github.com/iv-org/documentation.git
synced 2025-05-02 06:46:22 -04:00
Unify log rotation settings for both docker and manual install (#317)
This commit is contained in:
parent
9afd26803e
commit
235dcfa283
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ services:
|
|||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 2
|
||||
logging:
|
||||
options:
|
||||
max-size: "1G"
|
||||
max-file: "4"
|
||||
depends_on:
|
||||
- invidious-db
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue