Update Dockerfile

This commit is contained in:
Alexandre
2021-04-23 22:33:24 +02:00
committed by GitHub
parent b010e24790
commit 6a0e597aa7

View File

@@ -48,7 +48,7 @@ RUN \
&& echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \
# chmod openvpn files
&& chmod +x /etc/openvpn/up-qbittorrent.sh
&& chmod +x /etc/openvpn/up.sh
VOLUME [ "/data" ]