Files
foldingathome/docker-compose.yaml
Tord-Vincent Heggland e66a7acbb5 first
2026-05-06 15:46:57 +02:00

22 lines
469 B
YAML

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