From 765d0717c4b1053c9d61b688eec3e7d271583c19 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 1 Nov 2019 11:18:50 +0800 Subject: [PATCH] Update README-zh.md --- README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index b4e2b469..a12eacc4 100644 --- a/README-zh.md +++ b/README-zh.md @@ -47,7 +47,7 @@ services: image: tikazyq/crawlab:latest container_name: master environment: - CRAWLAB_API_ADDRESS: "localhost:8000" + CRAWLAB_API_ADDRESS: "http://localhost:8000" CRAWLAB_SERVER_MASTER: "Y" CRAWLAB_MONGO_HOST: "mongo" CRAWLAB_REDIS_ADDRESS: "redis"