From 1ed46a9a87710b8ce42e9a4d3d946882192e3d97 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Feb 2021 20:44:20 +0100 Subject: [PATCH] Code cleaning --- qbittorrent/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 7116e7a24..3ca6dce6c 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -40,9 +40,5 @@ RUN \ && sed '11,13d' /defaults/qBittorrent.conf \ && echo 'WebUI\HostHeaderValidation=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' VOLUME [ "/data" ]