updated workflow

This commit is contained in:
Marvin Zhang
2022-06-12 14:14:52 +08:00
parent 18373d9b32
commit 65631fe406

View File

@@ -147,7 +147,7 @@ jobs:
docker run --rm -d --name crawlab_master \
-e CRAWLAB_NODE_MASTER=true \
-e CRAWLAB_DEMO=false \
-e CRAWLAB_MONGO_HOST=mongo \
-e CRAWLAB_MONGO_HOST=localhost \
-e CRAWLAB_MONGO_PORT=27017 \
-p 8080:8080 \
image