updated docker-compose.yml

This commit is contained in:
Marvin Zhang
2019-07-30 20:15:49 +08:00
parent 10d519bae2
commit de6d0db7ed
4 changed files with 24 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
docker run -d --rm --name crawlab \
docker run -d --restart always --name crawlab \
-e CRAWLAB_REDIS_ADDRESS=192.168.99.1:6379 \
-e CRAWLAB_MONGO_HOST=192.168.99.1 \
-e CRAWLAB_SERVER_MASTER=Y \