From 2eda02a308f5091f4a1bce8008126dda0bbb1ca1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Feb 2021 15:08:01 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 5f8b8e37c..3f3fa5942 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -33,7 +33,7 @@ RUN \ && sed -i 's/{PUID:-911}/(bashio::config "PUID")/g' /etc/cont-init.d/10-adduser \ && sed -i 's/{PGID:-911}/(bashio::config "PGID")/g' /etc/cont-init.d/10-adduser \ # Set download folder to /share - && sed -i 's|/downloads/|/share/qBittorrent/|g' /defaults/qbittorrent.conf \ + && sed -i 's|/downloads/|/share/qBittorrent/|g' /defaults/qBittorrent.conf \ # Remove fixed folders, allows connection to webUI && sed '11,13d' /defaults/qBittorrent.conf \ && echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \