diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 3da49151c..c67de97b6 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -31,10 +31,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 # && echo 'WebUI\Username=Homeassistant' >> /defaults/qBittorrent.conf \ # use /data instead of /config for hass.io environment - && files=$(grep -rls '/config' /) && echo $files | xargs sed -i "s=/config=/data=g" + # && files=$(grep -rls '/config' /) && echo $files | xargs sed -i "s=/config=/data=g" # Copy root filesystem COPY rootfs /