From 1b48411ddbdd37397dffc4c9721d26fd369cd2bc Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 23 Dec 2024 09:46:34 -0300 Subject: [PATCH] Update qBittorrent image tag to latest in compose file --- docker-compose.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index eaba0f4..41ab47f 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -18,7 +18,7 @@ services: # qBitorrent is used to download torrents qbittorrent: - image: lscr.io/linuxserver/qbittorrent:4.6.0 + image: lscr.io/linuxserver/qbittorrent container_name: qbittorrent environment: - PUID=${PUID}