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,