Update Dockerfile

This commit is contained in:
Alexandre
2021-04-27 12:55:33 +02:00
committed by GitHub
parent 9d64a17455
commit 5ab3bfa09c

View File

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