From 8f27e2740b628d26024fb35575d58ed6b3b4b9c4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 4 Sep 2022 13:35:57 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 9e28f6141..15267c349 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -40,7 +40,8 @@ ENV \ # SPECIFIC IMAGES MODIFICATIONS RUN \ # Correction for s6v3 - mv /etc/services.d/qbittorrent /etc/s6-overlay/s6-rc.d/svc-qbittorrent \ + mv /etc/services.d/qbittorrent/* /etc/s6-overlay/s6-rc.d/svc-qbittorrent/ \ + && rmdir /etc/services.d/qbittorrent \ \ # Set download folder to /share && sed -i 's|/downloads/|/share/qBittorrent/|g' /defaults/qBittorrent.conf \