From 5ef160bfc4d34abb0577893ea13134cf01e9a703 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Feb 2021 08:54:04 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 748926573..db4872049 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -35,10 +35,10 @@ 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 # use /data instead of /config for hass.io environment - && grep -rl '/config' /etc/cont-init.d/* | xargs sed -i "" 's=/config=/data=g' \ - && grep -rl '/config' /etc/system.d/* | xargs sed -i "" 's=/config=/data=g' \ - && grep -rl '/config' /defaults/* | xargs sed -i "" 's=/config=/data=g' +# && grep -rl '/config' /etc/cont-init.d/* | xargs sed -i "" 's=/config=/data=g' \ +# && grep -rl '/config' /etc/system.d/* | xargs sed -i "" 's=/config=/data=g' \ +# && grep -rl '/config' /defaults/* | xargs sed -i "" 's=/config=/data=g' VOLUME [ "/data" ]