From 2d999030817dc92d6da4f9cd12f436c4b3951c1c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Feb 2021 18:27:03 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index ddc999a19..f366ab234 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -7,7 +7,8 @@ FROM ${BUILD_FROM}${BUILD_VERSION} RUN sed '11,13d' /defaults/qBittorrent.conf \ # Allow connection to webUI && echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \ - && echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf + && echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \ + && sed -i 's/admin/homeassistant/g' /defaults/qBittorrent.conf # Copy root filesystem COPY rootfs /