Replace f@h container with lsio one

Also move configuration into web UI, just because it's easier
This commit is contained in:
Jake Howard
2020-03-27 17:23:07 +00:00
parent 1afc28ec17
commit 55eca663a9
3 changed files with 13 additions and 24 deletions

View File

@ -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