infrastructure/ansible/roles/intersect-docker/files/folding-at-home/docker-compose.yml
Jake Howard fe5a5984c3
Remove container names from containers
They're not needed for anything, and caused annoying weird issues when cycling containers
2020-06-27 17:45:28 +01:00

15 lines
309 B
YAML

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