From ec9efdc4485f38ac264845d263999c39d17a840f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Dec 2021 14:23:12 +0100 Subject: [PATCH] Update config.json --- readarr/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readarr/config.json b/readarr/config.json index 205923090..1133ecf2e 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -52,7 +52,8 @@ "PGID": 0, "networkdisks": ",", "cifsusername": "", - "cifspassword": "" + "cifspassword": "", + "CONFIG_LOCATION": "/config/readarr" }, "ports": { "8787/tcp": 8787 @@ -71,7 +72,8 @@ "localdisks": "str?", "networkdisks": "str?", "cifsusername": "str?", - "cifspassword": "str?" + "cifspassword": "str?", + "CONFIG_LOCATION": "str?" }, "slug": "readarr_nas", "upstream": "nightly-0.1.0.1095-ls51",