From 48ec8b0d9a997c9db787d7a7ba5c11c4943fbfb4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 Feb 2021 15:28:16 +0100 Subject: [PATCH] Update config.json --- transmission/config.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/transmission/config.json b/transmission/config.json index ea00852fa..5f715d2df 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -32,12 +32,10 @@ "webui": "http://[HOST]:[PORT:9091]", "boot": "auto", "environment": { - "PUID": 0, - "PGID": 0 }, "options": { - "PUID": 0, - "PGID": 0, + "PUID": 1000, + "PGID": 1000, "download_dir": "/share/downloads", "incomplete_dir": "/share/incomplete", "localdisks": ["sda1"],