updated README

This commit is contained in:
Marvin Zhang
2019-07-31 20:14:03 +08:00
parent d9c18e2d5a
commit 0c1250d6eb
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
```bash
docker run -d --rm --name crawlab \
-e CRAWLAB_REDIS_ADDRESS=192.168.99.1:6379 \
-e CRAWLAB_REDIS_ADDRESS=192.168.99.1 \
-e CRAWLAB_MONGO_HOST=192.168.99.1 \
-e CRAWLAB_SERVER_MASTER=Y \
-e CRAWLAB_API_ADDRESS=192.168.99.100:8000 \

View File

@@ -39,7 +39,7 @@ Run Master Node for example. `192.168.99.1` is the host machine IP address in Do
```bash
docker run -d --rm --name crawlab \
-e CRAWLAB_REDIS_ADDRESS=192.168.99.1:6379 \
-e CRAWLAB_REDIS_ADDRESS=192.168.99.1 \
-e CRAWLAB_MONGO_HOST=192.168.99.1 \
-e CRAWLAB_SERVER_MASTER=Y \
-e CRAWLAB_API_ADDRESS=192.168.99.100:8000 \