Update config.json

This commit is contained in:
Alexandre
2021-11-27 21:26:57 +01:00
committed by GitHub
parent 0e6edb6fe0
commit 1633ab0394

View File

@@ -37,7 +37,8 @@
"name": "Paperless NG",
"options": {
"PUID": 0,
"PGID": 0
"PGID": 0,
"CONFIG_LOCATION": "/config/paperless_ng/config.yaml"
},
"ports": {
"8000/tcp": 8011
@@ -53,6 +54,7 @@
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"CONFIG_LOCATION": "str",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",