Update Dockerfile

This commit is contained in:
Alexandre
2021-04-27 12:06:32 +02:00
committed by GitHub
parent 32d9fb7078
commit 6730ab5a7f

View File

@@ -46,9 +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 \
# chmod openvpn files
&& chmod +x /etc/openvpn/up.sh
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf
VOLUME [ "/data" ]