Update config.json

This commit is contained in:
Alexandre
2021-03-01 14:43:53 +01:00
committed by GitHub
parent 5a8334022a
commit 5b8269a24c

View File

@@ -15,7 +15,7 @@
"8000/tcp": 8000 "8000/tcp": 8000
}, },
"ports_description": { "ports_description": {
"9000/tcp": "Web UI port (required)" "8000/tcp": "Web UI port (required)"
}, },
"map": [ "map": [
"config:rw", "config:rw",
@@ -24,11 +24,9 @@
"ssl" "ssl"
], ],
"webui": "http://[HOST]:[PORT:8000]", "webui": "http://[HOST]:[PORT:8000]",
"boot": "auto",
"environment": { "environment": {
"DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr" "DOCKER_MODS": "linuxserver/mods:papermerge-multilangocr"
}, },
"full_access": true,
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
@@ -38,7 +36,6 @@
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"ocrlang": "str", "ocrlang": "str",
"localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",