From 4e7631349a994b9af50c25ecc55f6cc0c6ef9181 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 27 Apr 2021 13:25:34 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 205dd9b21..06d389550 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -46,10 +46,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 \ - # Prepare openvpn - && touch /etc/openvpn/up.sh \ - && chmod +x /etc/openvpn/up.sh + && echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf VOLUME [ "/data" ]