Replace f@h container with lsio one
Also move configuration into web UI, just because it's easier
This commit is contained in:
@ -2,15 +2,15 @@ version: "2.3"
|
||||
|
||||
services:
|
||||
folding-at-home:
|
||||
image: yurinnick/folding-at-home:latest
|
||||
image: linuxserver/foldingathome:latest
|
||||
container_name: folding-at-home
|
||||
command: --allow 0/0 --web-allow 0/0 --power light --cpu-usage 35
|
||||
cpus: 1
|
||||
environment:
|
||||
- USER=TheOrangeOne
|
||||
- TEAM=223518
|
||||
- PASSKEY={{ foh_token }}
|
||||
- ENABLE_GPU=false
|
||||
- ENABLE_SMP=true
|
||||
- TZ=Europe/London
|
||||
- PUID={{ docker_user.id }}
|
||||
- GUID={{ docker_user.id }}
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 7396:7396
|
||||
- 36330:36330
|
||||
|
Reference in New Issue
Block a user