first
This commit is contained in:
21
docker-compose.yaml
Normal file
21
docker-compose.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
foldingathome:
|
||||
image: foldingathome/fah-gpu:latest
|
||||
container_name: foldingathome
|
||||
hostname: foldingathome
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- USER=anonymous
|
||||
- TEAM=0
|
||||
- POWER=medium
|
||||
# - WEB_ALLOW=172.16.0.0/12,127.0.0.1
|
||||
# - COMMAND_ALLOW=172.16.0.0/12,127.0.0.1
|
||||
volumes:
|
||||
- ./data:/fah
|
||||
ports:
|
||||
- "127.0.0.1:7396:7396"
|
||||
networks:
|
||||
- proxy_pc
|
||||
networks:
|
||||
proxy_pc:
|
||||
external: true
|
||||
Reference in New Issue
Block a user