diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index ee29fc7c..19a3b5b7 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -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