From 8416d0cd8daf1c25ccf9d6fc9a8bd7578a4b2d72 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Feb 2021 18:59:58 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index f366ab234..dbf7c3805 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -8,7 +8,7 @@ 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 \ - && sed -i 's/admin/homeassistant/g' /defaults/qBittorrent.conf + && echo 'WebUI\Username=Homeassistant' >> /defaults/qBittorrent.conf # Copy root filesystem COPY rootfs /