fix(pry): avoid host port conflict by moving pry-flaresolverr to 127.0.0.1:8192
Some checks failed
CI / typecheck (pull_request) Failing after 6m39s
CI / lint (pull_request) Failing after 1m19s
CI / test (pull_request) Successful in 1m42s
CI / Secret scan (gitleaks) (pull_request) Successful in 32s
CI / Security audit (bandit) (pull_request) Successful in 50s

This commit is contained in:
Crypto Rug Munch 2026-07-03 06:34:56 +07:00
parent fae3f1c892
commit 041525af5d
No known key found for this signature in database
GPG key ID: 58D4300721937626

View file

@ -45,7 +45,7 @@ services:
container_name: pry-flaresolverr container_name: pry-flaresolverr
restart: unless-stopped restart: unless-stopped
ports: ports:
- "127.0.0.1:8191:8191" - "127.0.0.1:8192:8191"
environment: environment:
- LOG_LEVEL=info - LOG_LEVEL=info
- CAPTCHA_SOLVER=none - CAPTCHA_SOLVER=none