Remove folding-at-home

New server location isn't especially ventilated, so heat is an issue.

I'm sorry.
This commit is contained in:
Jake Howard
2020-08-04 19:41:01 +01:00
parent c435ad1ba8
commit 7c0d78ee9d
3 changed files with 0 additions and 41 deletions

View File

@ -1,15 +0,0 @@
version: "2.3"
services:
folding-at-home:
image: linuxserver/foldingathome:latest
cpus: 0.75
environment:
- TZ=Europe/London
- PUID={{ docker_user.id }}
- GUID={{ docker_user.id }}
volumes:
- ./config:/config
ports:
- 7396:7396
restart: unless-stopped