From 07197fa342f276cf714e1f98ddd826f51a7e62f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Marseault?= <larsluph@larsluph.dev> Date: Wed, 16 Oct 2024 16:39:58 +0200 Subject: [PATCH] Updated Alternative Installation Methods (markdown) --- Alternative-Installation-Methods.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Alternative-Installation-Methods.md b/Alternative-Installation-Methods.md index b29455c..bd45e70 100644 --- a/Alternative-Installation-Methods.md +++ b/Alternative-Installation-Methods.md @@ -47,7 +47,7 @@ server { ``` ## Mod for LinuxServer.io's container -Add an environment variable called `DOCKER_MODS` with the value `arafatamim/linuxserver-io-mod-vuetorrent` when creating the container. +Add an environment variable called `DOCKER_MODS` with the value `ghcr.io/vuetorrent/vuetorrent-lsio-mod` when creating the container. Example: `docker-compose.yml` ```yml @@ -59,18 +59,17 @@ qbittorrent: - PUID=1000 - PGID=1000 - UMASK=022 - - WEBUI_PORT=9090 - - DOCKER_MODS=arafatamim/linuxserver-io-mod-vuetorrent + - WEBUI_PORT=8080 + - DOCKER_MODS=ghcr.io/vuetorrent/vuetorrent-lsio-mod # <<<<< volumes: - ./data/qbittorrent:/config - /home/user/Downloads:/downloads ports: + - 8080:8080 - 6881:6881 - 6881:6881/udp - - 9090:9090 restart: unless-stopped ``` -[More info here](https://github.com/arafatamim/linuxserver-io-mod-vuetorrent) ## Caddy install