From 23bc7f28c1c8b10389a7dc6b803463ee3098d470 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Tue, 23 Sep 2025 18:20:47 +0530 Subject: [PATCH] Update qbittorrent --- .archived/qbittorrent/docker-compose.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.archived/qbittorrent/docker-compose.yml b/.archived/qbittorrent/docker-compose.yml index 8d59be2..accc3ec 100644 --- a/.archived/qbittorrent/docker-compose.yml +++ b/.archived/qbittorrent/docker-compose.yml @@ -1,12 +1,7 @@ services: qbittorrent: - image: docker.io/linuxserver/qbittorrent:latest + image: ghcr.io/linuxserver/qbittorrent:5.1.2 container_name: qbittorrent - deploy: - resources: - limits: - cpus: ${CPU_LIMIT} - memory: ${MEMORY_LIMIT} environment: - PUID=${PUID} - PGID=${PGID}