Unify log rotation settings for both docker and manual install (#317)

This commit is contained in:
Mateusz Bączek 2022-12-08 12:52:18 +01:00 committed by GitHub
parent 9afd26803e
commit 235dcfa283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,10 @@ services:
interval: 30s
timeout: 5s
retries: 2
logging:
options:
max-size: "1G"
max-file: "4"
depends_on:
- invidious-db