From ad3fb75871f1b7d1354c21c9323d0a56c1fb3e9a Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Wed, 17 Sep 2025 23:12:44 +0200 Subject: [PATCH] Update qbittorrent webui Signed-off-by: Bensuperpc --- infrastructure/services/qbittorrent/env/qbittorrent.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infrastructure/services/qbittorrent/env/qbittorrent.env b/infrastructure/services/qbittorrent/env/qbittorrent.env index d6a1e27..bcf5277 100644 --- a/infrastructure/services/qbittorrent/env/qbittorrent.env +++ b/infrastructure/services/qbittorrent/env/qbittorrent.env @@ -1,3 +1,5 @@ TZ=Etc/UTC WEBUI_PORT=8080 -TORRENTING_PORT=6881 \ No newline at end of file +TORRENTING_PORT=6881 +# Use alternative WebUI: /vuetorrent +DOCKER_MODS=ghcr.io/vuetorrent/vuetorrent-lsio-mod:latest \ No newline at end of file