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]",
"boot": "auto",
"environment": {
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr",
"OCRLANG": "eng,fra"
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
},
"options": {
"PUID": 0,
"PGID": 0
"PGID": 0,
"ocrlang": "eng,fra"
},
"schema": {
"PUID": "int",
"PGID": "int",
"ocrlang": "str",
"TZ": "str?"
}
}