Skip to content

Instantly share code, notes, and snippets.

@prafiles
Created January 25, 2023 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prafiles/4f0e8fa78014a5c52b56f746875a57b1 to your computer and use it in GitHub Desktop.
Save prafiles/4f0e8fa78014a5c52b56f746875a57b1 to your computer and use it in GitHub Desktop.
Folding @ Home : ARM64 Docker Compose
version: '3'
services:
envoy:
container_name: foldingathome
restart: unless-stopped
image: beastob/foldingathome-arm64
environment:
- FOLD_USER=<username>
- FOLD_TEAM=0
- FOLD_PASSKEY=<passkey>
- FOLD_ANON=true
- FOLD_POWER=full
- FOLD_ALLOW_IP=<192.168.1.x>
ports:
- 7396:7396
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment