version: "3.5" services: fah: container_name: linuxserver-fah image: ghcr.io/linuxserver/foldingathome security_opt: - no-new-privileges:true networks: - custom-bridge restart: unless-stopped ports: - ${FAH_WEBUI_PORT:-7396}:7396 env_file: .env volumes: - ${FAH_DATA:-/home/docker/folding@home/config}:/config healthcheck: test: ["CMD", "curl", "-Ssf", http://localhost:7396"] interval: 1m30s timeout: 10s retries: 3 start_period: 1m networks: custom-bridge: name: custom-bridge driver: bridge