From 6a1458f817058535a54962517b19c31633d569d8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Nov 2021 22:10:36 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 1d7c75751..074646a31 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -67,7 +67,7 @@ RUN \ # Remove fixed folders, allows connection to webUI && sed '11,13d' /defaults/qBittorrent.conf \ && echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \ - && echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf + && echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf || true # Copy root filesystem COPY rootfs /