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}