mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
add mem and cpu limits to radarr
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version: "3.5"
|
||||
version: "2.4"
|
||||
services:
|
||||
radarr:
|
||||
image: linuxserver/radarr
|
||||
@@ -19,6 +19,9 @@ services:
|
||||
# ports:
|
||||
# - 7878:7878
|
||||
restart: unless-stopped
|
||||
mem_limit: 1024m
|
||||
mem_reservation: 128m
|
||||
cpu_percent: 20
|
||||
networks:
|
||||
- gateway_default
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user