You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-19
Original file line number
Diff line number
Diff line change
@@ -30,25 +30,11 @@
30
30
31
31
Golang-based distributed web crawler management platform, supporting various languages including Python, NodeJS, Go, Java, PHP and various web crawler frameworks including Scrapy, Puppeteer, Selenium.
You can follow the [installation guide](https://docs.crawlab.cn/en/guide/installation/).
52
38
53
39
## Quick Start
54
40
@@ -60,7 +46,7 @@ cd examples/docker/basic
60
46
docker-compose up -d
61
47
```
62
48
63
-
Next, you can look into the `docker-compose.yml` (with detailed config params) and the [Documentation (Chinese)](http://docs.crawlab.cn) for further information.
49
+
Next, you can look into the `docker-compose.yml` (with detailed config params) and the [Documentation](http://docs.crawlab.cn/en/) for further information.
64
50
65
51
## Run
66
52
@@ -110,7 +96,7 @@ services:
110
96
- master
111
97
112
98
mongo:
113
-
image: mongo:latest
99
+
image: mongo:4.2
114
100
container_name: crawlab_example_mongo
115
101
restart: always
116
102
```
@@ -121,7 +107,7 @@ Then execute the command below, and Crawlab Master and Worker Nodes + MongoDB wi
121
107
docker-compose up -d
122
108
```
123
109
124
-
For Docker Deployment details, please refer to [relevant documentation](https://tikazyq.github.io/crawlab-docs/Installation/Docker.html).
110
+
For Docker Deployment details, please refer to [relevant documentation](https://docs.crawlab.cn/en/guide/installation/docker.html).
0 commit comments