From 6a0e597aa7c1a1423f3a390e9c7d93ab19680d93 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 23 Apr 2021 22:33:24 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]