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}