From 6314582b72946f3dc6eb582c3203ef5d1f349892 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Thu, 25 Jan 2024 14:50:23 -0500 Subject: [PATCH] Switched qbittorrent container image to libtorrentv1 tag --- ansible/roles/qbittorrent/templates/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/qbittorrent/templates/docker-compose.yml b/ansible/roles/qbittorrent/templates/docker-compose.yml index f5417be..a1f5033 100644 --- a/ansible/roles/qbittorrent/templates/docker-compose.yml +++ b/ansible/roles/qbittorrent/templates/docker-compose.yml @@ -7,7 +7,7 @@ networks: services: qbittorrent: container_name: qbittorrent - image: lscr.io/linuxserver/qbittorrent:4.5.3 + image: lscr.io/linuxserver/qbittorrent:libtorrentv1 restart: unless-stopped network_mode: "container:gluetun" environment: