From 325e3e28169a0c0cd889a8c9a968f4d1b77f9b70 Mon Sep 17 00:00:00 2001 From: fghwett <1058178245@qq.com> Date: Wed, 23 Nov 2022 11:17:13 +0800 Subject: [PATCH] crawlab->mongo --- Docker/crawlab/crawlab-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/crawlab/crawlab-master.yml b/Docker/crawlab/crawlab-master.yml index 3e553ae..d1dc67d 100644 --- a/Docker/crawlab/crawlab-master.yml +++ b/Docker/crawlab/crawlab-master.yml @@ -6,7 +6,7 @@ services: restart: unless-stopped environment: CRAWLAB_NODE_MASTER: Y # Y: master node - CRAWLAB_MONGO_HOST: mongo # mongo host address. In the docker compose network, directly refer to the service name + CRAWLAB_MONGO_HOST: mongodb # mongo host address. In the docker compose network, directly refer to the service name CRAWLAB_MONGO_PORT: 27017 # mongo port CRAWLAB_MONGO_DB: crawlab # mongo database CRAWLAB_MONGO_USERNAME: username # mongo username