From 1132416d16e82712568260139728f630d1f77140 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:33:48 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 59cf0fc47..285ea9d1a 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -27,6 +27,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 +USER root + # GENERAL MODIFICATIONS #######################