Update config.json

This commit is contained in:
Alexandre
2021-02-09 16:14:24 +01:00
committed by GitHub
parent ecc6b1f0b6
commit 95124f123c

View File

@@ -25,16 +25,17 @@
"webui": "http://[HOST]:[PORT:8000]", "webui": "http://[HOST]:[PORT:8000]",
"boot": "auto", "boot": "auto",
"environment": { "environment": {
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr", "DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
"OCRLANG": "eng,fra"
}, },
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0,
"ocrlang": "eng,fra"
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"ocrlang": "str",
"TZ": "str?" "TZ": "str?"
} }
} }