1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-27 20:10:37 +03:00

Updated Alternative Installation Methods (markdown)

Rémi Marseault 2024-10-16 16:39:58 +02:00
parent f9dfda4346
commit 07197fa342

@ -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