Merge branch 'Wraithers-flaresolverr'
This commit is contained in:
commit
5665b4a077
|
@ -6,7 +6,7 @@
|
|||
"exposable": false,
|
||||
"no_gui": true,
|
||||
"id": "flaresolverr",
|
||||
"tipi_version": 14,
|
||||
"tipi_version": 15,
|
||||
"version": "3.3.18",
|
||||
"categories": ["media", "security", "utilities"],
|
||||
"description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.",
|
||||
|
|
|
@ -3,6 +3,8 @@ services:
|
|||
container_name: flaresolverr
|
||||
image: ghcr.io/flaresolverr/flaresolverr:v3.3.18
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:8191
|
||||
environment:
|
||||
- LOG_LEVEL=${FLARESOLVERR_LOG_LEVEL-info}
|
||||
- TZ=${TZ}
|
||||
|
@ -10,4 +12,4 @@ services:
|
|||
- tipi_main_network
|
||||
labels:
|
||||
# Main
|
||||
traefik.enable: false
|
||||
traefik.enable: false
|
||||
|
|
Loading…
Reference in New Issue
Block a user