Update Dockerfile

This commit is contained in:
Alexandre
2022-09-09 17:06:44 +02:00
committed by GitHub
parent abfdaebfe4
commit f6b8813572

View File

@@ -40,7 +40,7 @@ ENV \
# Image specific modifications
RUN \
# 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 \