Skip to content

Commit 600146e

Browse files
authored
Update README.md
1 parent aa39540 commit 600146e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,20 @@ Installation with Docker is recommended.
1616

1717
**Docker**
1818

19+
Please make sure you have installed the latest image. If you get an error, try downloading the latest version by going to Docker Hub.
20+
1921
```bash
22+
sudo docker rmi zfcsoftware/cf-clearance-scraper:latest --force
23+
```
2024

25+
```bash
2126
docker run -d -p 3000:3000 \
2227
-e PORT=3000 \
2328
-e browserLimit=20 \
2429
-e timeOut=60000 \
2530
zfcsoftware/cf-clearance-scraper:latest
26-
2731
```
32+
2833
**Github**
2934

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

0 commit comments

Comments
 (0)