FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.
Change the WebUI Port to 8191 since that is what is used in all the default documentation.
You do not need a host path volume for this container
services:
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr:latest
container_name: flaresolverr
environment:
- LOG_LEVEL=info
- LOG_HTML=false
- CAPTCHA_SOLVER=none
- TZ=America/New_York
ports:
- 8191:8191
restart: unless-stopped
For a video walkthrough of this deployment: