feat: update qBittorrent to 4.5.0
This commit is contained in:
parent
cfe54cc809
commit
1c5dfc96bb
20
README.md
20
README.md
@ -30,16 +30,16 @@ See [configuration](./CONFIGURATION.md).
|
|||||||
|
|
||||||
## Containers
|
## Containers
|
||||||
|
|
||||||
| **Application** | **Image** | **URL** | **Notes** |
|
| **Application** | **Image** | **URL** | **Notes** |
|
||||||
|-------------------|------------------------------------------------------------------------------------|--------------|-------------------------------------------------------------------|
|
|-------------------|------------------------------------------------------------------------------------------------|--------------|-------------------------------------------|
|
||||||
| Sonarr | [linuxserver/sonarr](https://hub.docker.com/r/linuxserver/sonarr) | /sonarr | |
|
| Sonarr | [linuxserver/sonarr](https://hub.docker.com/r/linuxserver/sonarr) | /sonarr | |
|
||||||
| Radarr | [linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr) | /radarr | |
|
| Radarr | [linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr) | /radarr | |
|
||||||
| Prowlarr | [linuxserver/prowlarr:develop](https://hub.docker.com/r/linuxserver/prowlarr) | /prowlarr | `develop` tag as it is not stable yet |
|
| Prowlarr | [linuxserver/prowlarr:develop](https://hub.docker.com/r/linuxserver/prowlarr) | /prowlarr | `develop` tag as it is not stable yet |
|
||||||
| PIA Wireguard VPN | [thrnz/docker-wireguard-pia](https://hub.docker.com/r/thrnz/docker-wireguard-pia) | | |
|
| PIA Wireguard VPN | [thrnz/docker-wireguard-pia](https://hub.docker.com/r/thrnz/docker-wireguard-pia) | | |
|
||||||
| qBittorrent | [linuxserver/qbittorrent:14.3.9](https://hub.docker.com/r/linuxserver/qbittorrent) | /qbittorrent | Uses VPN network<br>Frozen to v4.3.9 due to Libtorrent 2.x issues |
|
| qBittorrent | [linuxserver/qbittorrent:4.5.0-libtorrentv1](https://hub.docker.com/r/linuxserver/qbittorrent) | /qbittorrent | Uses VPN network<br>Using Libtorrent 1.x |
|
||||||
| Heimdall | [linuxserver/heimdall](https://hub.docker.com/r/linuxserver/heimdall) | / | |
|
| Heimdall | [linuxserver/heimdall](https://hub.docker.com/r/linuxserver/heimdall) | / | |
|
||||||
| Traefik | [traefik](https://hub.docker.com/_/traefik) | | |
|
| Traefik | [traefik](https://hub.docker.com/_/traefik) | | |
|
||||||
| Watchtower | [watchtower](https://hub.docker.com/r/containrrr/watchtower) | | |
|
| Watchtower | [watchtower](https://hub.docker.com/r/containrrr/watchtower) | | |
|
||||||
|
|
||||||
|
|
||||||
## Improvement
|
## Improvement
|
||||||
|
@ -62,7 +62,7 @@ services:
|
|||||||
- traefik.http.routers.prowlarr.tls=true
|
- traefik.http.routers.prowlarr.tls=true
|
||||||
- traefik.http.services.prowlarr.loadbalancer.server.port=9696
|
- traefik.http.services.prowlarr.loadbalancer.server.port=9696
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent:14.3.9
|
image: lscr.io/linuxserver/qbittorrent:4.5.0-libtorrentv1
|
||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
environment:
|
environment:
|
||||||
- PUID=${USER_ID}
|
- PUID=${USER_ID}
|
||||||
|
Loading…
Reference in New Issue
Block a user