mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-31 13:54:34 +03:00
Updated Alternative Installation Methods (markdown)
parent
f9dfda4346
commit
07197fa342
1 changed files with 4 additions and 5 deletions
|
@ -47,7 +47,7 @@ server {
|
||||||
```
|
```
|
||||||
## Mod for LinuxServer.io's container
|
## 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`
|
Example: `docker-compose.yml`
|
||||||
```yml
|
```yml
|
||||||
|
@ -59,18 +59,17 @@ qbittorrent:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- UMASK=022
|
- UMASK=022
|
||||||
- WEBUI_PORT=9090
|
- WEBUI_PORT=8080
|
||||||
- DOCKER_MODS=arafatamim/linuxserver-io-mod-vuetorrent
|
- DOCKER_MODS=ghcr.io/vuetorrent/vuetorrent-lsio-mod # <<<<<
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/qbittorrent:/config
|
- ./data/qbittorrent:/config
|
||||||
- /home/user/Downloads:/downloads
|
- /home/user/Downloads:/downloads
|
||||||
ports:
|
ports:
|
||||||
|
- 8080:8080
|
||||||
- 6881:6881
|
- 6881:6881
|
||||||
- 6881:6881/udp
|
- 6881:6881/udp
|
||||||
- 9090:9090
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
[More info here](https://github.com/arafatamim/linuxserver-io-mod-vuetorrent)
|
|
||||||
|
|
||||||
## Caddy install
|
## Caddy install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue