created flaresolverr
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# FlareSolverr Docker Compose Environment Variables
|
||||
|
||||
# Image version tag (default: latest)
|
||||
FLARESOLVERR_VERSION=latest
|
||||
|
||||
# Timezone (default: America/Los_Angeles)
|
||||
FLARESOLVERR_TZ=America/Los_Angeles
|
||||
|
||||
# Host port to expose the FlareSolverr API (default: 8191)
|
||||
FLARESOLVERR_PORT=8191
|
||||
|
||||
# Log verbosity level: info, debug, warning, error (default: info)
|
||||
FLARESOLVERR_LOG_LEVEL=info
|
||||
|
||||
# Captcha solver to use; set to none if not using one (default: none)
|
||||
FLARESOLVERR_CAPTCHA_SOLVER=none
|
||||
|
||||
# NFS server hostname or IP address
|
||||
FLARESOLVERR_NFS_SERVER=
|
||||
|
||||
# NFS device path for FlareSolverr config storage (e.g. :/mnt/pool/flaresolverr/config)
|
||||
FLARESOLVERR_NFS_DEVICE=
|
||||
Reference in New Issue
Block a user