fix: qbittorrent mem limit
This commit is contained in:
@@ -16,6 +16,10 @@ services:
|
||||
- 8019:6881/udp # BitTorrent UDP port
|
||||
- 8020:9865/tcp # Additional port mapping
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 3000M # limit runaway RAM usage
|
||||
|
||||
prowlarr:
|
||||
image: linuxserver/prowlarr
|
||||
|
||||
Reference in New Issue
Block a user