Skip to content

Commit

Permalink
services: add flaresolverr
Browse files Browse the repository at this point in the history
  • Loading branch information
aydenjahola committed Dec 6, 2024
1 parent 3953829 commit 59ffe18
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose/flaresolverr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
version: "2.1"
services:
flaresolverr:
# DockerHub mirror flaresolverr/flaresolverr:latest
image: ghcr.io/flaresolverr/flaresolverr:latest
container_name: flaresolverr
environment:
- LOG_LEVEL=${LOG_LEVEL:-info}
- LOG_HTML=${LOG_HTML:-false}
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
- TZ=Europe/Dublin
ports:
- "${PORT:-8191}:8191"
restart: unless-stopped

0 comments on commit 59ffe18

Please sign in to comment.