fix: qbittorrent mem limit

This commit is contained in:
2026-02-10 17:04:46 +00:00
parent 01613be3c2
commit acb9ee5bfe

View File

@@ -16,6 +16,10 @@ services:
- 8019:6881/udp # BitTorrent UDP port - 8019:6881/udp # BitTorrent UDP port
- 8020:9865/tcp # Additional port mapping - 8020:9865/tcp # Additional port mapping
restart: unless-stopped restart: unless-stopped
deploy:
resources:
limits:
memory: 3000M # limit runaway RAM usage
prowlarr: prowlarr:
image: linuxserver/prowlarr image: linuxserver/prowlarr