set max log size for invidious companion
This commit is contained in:
parent
6ec77ceab6
commit
34cb315200
1 changed files with 6 additions and 1 deletions
|
@ -1,8 +1,13 @@
|
|||
services:
|
||||
companion:
|
||||
companion:
|
||||
image: git.nadeko.net/fijxu/invidious-companion:${COMPANION_TAG}
|
||||
user: 2000:2000
|
||||
network_mode: "service:gluetun"
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "256m"
|
||||
max-file: "10"
|
||||
volumes:
|
||||
- ./cache:/var/tmp/youtubei.js:rw
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Reference in a new issue