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
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:
parent
fae3f1c892
commit
041525af5d
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ services:
|
|||
container_name: pry-flaresolverr
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:8191:8191"
|
||||
- "127.0.0.1:8192:8191"
|
||||
environment:
|
||||
- LOG_LEVEL=info
|
||||
- CAPTCHA_SOLVER=none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue