From 1c5dfc96bbc1cb2d3f13efdd13aea449bd572257 Mon Sep 17 00:00:00 2001 From: Adrien Poupa Date: Fri, 30 Dec 2022 17:08:06 -0500 Subject: [PATCH] feat: update qBittorrent to 4.5.0 --- README.md | 20 ++++++++++---------- docker-compose.yml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 48f9930..3bace2b 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,16 @@ See [configuration](./CONFIGURATION.md). ## Containers -| **Application** | **Image** | **URL** | **Notes** | -|-------------------|------------------------------------------------------------------------------------|--------------|-------------------------------------------------------------------| -| Sonarr | [linuxserver/sonarr](https://hub.docker.com/r/linuxserver/sonarr) | /sonarr | | -| 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 | -| 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
Frozen to v4.3.9 due to Libtorrent 2.x issues | -| Heimdall | [linuxserver/heimdall](https://hub.docker.com/r/linuxserver/heimdall) | / | | -| Traefik | [traefik](https://hub.docker.com/_/traefik) | | | -| Watchtower | [watchtower](https://hub.docker.com/r/containrrr/watchtower) | | | +| **Application** | **Image** | **URL** | **Notes** | +|-------------------|------------------------------------------------------------------------------------------------|--------------|-------------------------------------------| +| Sonarr | [linuxserver/sonarr](https://hub.docker.com/r/linuxserver/sonarr) | /sonarr | | +| 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 | +| PIA Wireguard VPN | [thrnz/docker-wireguard-pia](https://hub.docker.com/r/thrnz/docker-wireguard-pia) | | | +| qBittorrent | [linuxserver/qbittorrent:4.5.0-libtorrentv1](https://hub.docker.com/r/linuxserver/qbittorrent) | /qbittorrent | Uses VPN network
Using Libtorrent 1.x | +| Heimdall | [linuxserver/heimdall](https://hub.docker.com/r/linuxserver/heimdall) | / | | +| Traefik | [traefik](https://hub.docker.com/_/traefik) | | | +| Watchtower | [watchtower](https://hub.docker.com/r/containrrr/watchtower) | | | ## Improvement diff --git a/docker-compose.yml b/docker-compose.yml index 5dc804b..f880200 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -62,7 +62,7 @@ services: - traefik.http.routers.prowlarr.tls=true - traefik.http.services.prowlarr.loadbalancer.server.port=9696 qbittorrent: - image: lscr.io/linuxserver/qbittorrent:14.3.9 + image: lscr.io/linuxserver/qbittorrent:4.5.0-libtorrentv1 container_name: qbittorrent environment: - PUID=${USER_ID}