updated README

This commit is contained in:
Marvin Zhang
2019-08-04 21:17:35 +08:00
parent 5f245d0b02
commit fb590e382d
3 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
基于Golang的分布式爬虫管理平台支持Python、NodeJS、Go、Java、PHP等多种编程语言以及多种爬虫框架。
[查看演示 Demo](http://crawlab.cn:8080) | [文档](https://tikazyq.github.io/crawlab-docs)
[查看演示 Demo](http://crawlab.cn/demo) | [文档](https://tikazyq.github.io/crawlab-docs)
## 安装

View File

@@ -12,7 +12,7 @@
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.
[Demo](http://crawlab.cn:8080) | [Documentation](https://tikazyq.github.io/crawlab-docs)
[Demo](http://crawlab.cn/demo) | [Documentation](https://tikazyq.github.io/crawlab-docs)
## Installation

View File

@@ -25,6 +25,7 @@ services:
depends_on:
- mongo
- redis
replicas: 3
mongo:
image: mongo:latest
restart: always