From c0f2f172fef714001cb385fdfbbcae99f0d2921b Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Sun, 6 Aug 2023 11:36:51 -0400 Subject: [PATCH] Switched to newer qBittorrent version --- 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 c846433..9062370 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.1 + image: lscr.io/linuxserver/qbittorrent:4.5.3 restart: unless-stopped network_mode: "container:gluetun" environment: