Merge pull request #298 from gs80140/master

modify CRAWLAB_API_ADDRESS add http , without it will cause front can…
This commit is contained in:
Marvin Zhang
2019-11-11 09:50:24 +08:00
committed by GitHub

View File

@@ -4,7 +4,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"