From 6897f5582ce31225d6fa70bf29cd401acdfcac62 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 17 Nov 2022 07:38:30 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index cdb1c017e..7adfbd0be 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -51,7 +51,7 @@ RUN \ && echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf # Global LSIO modifications -ARG CONFIGLOCATION="/config/addons_config/qbittorrent" +ARG CONFIGLOCATION="/config/addons_config/qBittorrent" # hadolint ignore=SC2015, SC2013, SC2086 RUN \ # Avoid custom-init.d duplications