Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdervisaygan authored Sep 29, 2024
1 parent aa39540 commit 600146e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,20 @@ Installation with Docker is recommended.

**Docker**

Please make sure you have installed the latest image. If you get an error, try downloading the latest version by going to Docker Hub.

```bash
sudo docker rmi zfcsoftware/cf-clearance-scraper:latest --force
```

```bash
docker run -d -p 3000:3000 \
-e PORT=3000 \
-e browserLimit=20 \
-e timeOut=60000 \
zfcsoftware/cf-clearance-scraper:latest

```

**Github**

```bash
Expand Down Expand Up @@ -176,4 +181,4 @@ You can give the variable process.env.timeOut a value in milliseconds. The defau
## Disclaimer of Liability
This repository was created purely for testing and training purposes. The user is responsible for any prohibited liability that may arise from its use.
The library is not intended to harm any site or company. The user is responsible for any damage that may arise.
Users of this repository are deemed to have accepted this disclaimer.
Users of this repository are deemed to have accepted this disclaimer.

0 comments on commit 600146e

Please sign in to comment.