fix: qbittorrent mem limit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user