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