Rename role for intersect docker applications

This commit is contained in:
Jake Howard
2020-04-26 13:56:26 +01:00
parent 05c7690b83
commit 92c85904bd
54 changed files with 1 additions and 1 deletions

View File

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