Update Dockerfile

This commit is contained in:
Alexandre
2021-04-27 13:25:34 +02:00
committed by GitHub
parent 56fceea4e8
commit 4e7631349a

View File

@@ -46,10 +46,7 @@ RUN \
# Remove fixed folders, allows connection to webUI
&& sed '11,13d' /defaults/qBittorrent.conf \
&& echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \
# Prepare openvpn
&& touch /etc/openvpn/up.sh \
&& chmod +x /etc/openvpn/up.sh
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf
VOLUME [ "/data" ]