modify CRAWLAB_API_ADDRESS add http , without it will cause front can't visit backend

This commit is contained in:
gsong
2019-11-08 11:34:03 +08:00
parent a391dda1a8
commit 7388be5dd1

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"