This commit is contained in:
Alexandre
2022-09-10 17:43:34 +02:00
parent 80c5da147e
commit 40459fcfc9

View File

@@ -48,7 +48,7 @@ RUN \
&& echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \
\
# Change location of config
&& sed -i "s|/config$|/config/qBittorrent$|g" "/etc/s6-overlay/s6-rc.d/*/run"
&& sed -i "s|/config$|/config/qBittorrent$|g" "/etc/s6-overlay/s6-rc.d/init-qbittorrent/run"
# Global LSIO modifications
ARG CONFIGLOCATION="/config"