From 8fa61cd6324f14a36a5a5be8988a492ec2b3303f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 19 Feb 2021 08:55:08 +0100 Subject: [PATCH] Update config.json --- transmission/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transmission/config.json b/transmission/config.json index 805cfc576..2eb0f0dc9 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -34,6 +34,7 @@ "full_access": true, "webui": "http://[HOST]:[PORT:9091]", "boot": "auto", + "apparmor": "true", "environment": {}, "options": { "PUID": 1000, @@ -60,4 +61,4 @@ "cifsusername": "str?", "cifspassword": "str?" } -} \ No newline at end of file +}