Decrease resource limit on FaH
It's getting hot
This commit is contained in:
parent
d2269de4ad
commit
eac381a90a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ services:
|
||||||
folding-at-home:
|
folding-at-home:
|
||||||
image: linuxserver/foldingathome:latest
|
image: linuxserver/foldingathome:latest
|
||||||
container_name: folding-at-home
|
container_name: folding-at-home
|
||||||
cpus: 1.5
|
cpus: 0.75
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- PUID={{ docker_user.id }}
|
- PUID={{ docker_user.id }}
|
||||||
|
|
Loading…
Reference in a new issue