From 1633ab0394d5824376ae77405948df1373b35589 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 27 Nov 2021 21:26:57 +0100 Subject: [PATCH] Update config.json --- paperless_ng/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/paperless_ng/config.json b/paperless_ng/config.json index 3edd04404..983bef28d 100644 --- a/paperless_ng/config.json +++ b/paperless_ng/config.json @@ -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?",