diff --git a/qbittorrent/docker-compose.yml b/qbittorrent/docker-compose.yml index 2acdd34..2d54226 100644 --- a/qbittorrent/docker-compose.yml +++ b/qbittorrent/docker-compose.yml @@ -2,6 +2,11 @@ services: qbittorrent: image: linuxserver/qbittorrent:latest container_name: qbittorrent + deploy: + resources: + limits: + cpus: ${CPU_LIMIT} + memory: ${MEMORY_LIMIT} environment: - PUID=${PUID} - PGID=${PGID}