From 1475a2747ed0746cf2bfb71d0c80263088018d35 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Feb 2021 20:33:01 +0100 Subject: [PATCH] Update config.json --- radarr/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/radarr/config.json b/radarr/config.json index 95bc6bd36..2f9a710f9 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -32,6 +32,10 @@ "full_access": true, "webui": "http://[HOST]:[PORT:7878]", "boot": "auto", + "environment": { + "PUID": 0, + "PGID": 0 + }, "options": { "PUID": 1001, "PGID": 1001,