diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 7fe8237ef..1f3b844a2 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -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" ]