Fix run mongo-webui service get exit 1 (#1702)

This commit is contained in:
Shao Yu-Lung (Allen) 2018-07-13 22:32:40 +08:00 committed by GitHub
parent 4ce25e95b4
commit 7ef36daaba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -522,7 +522,6 @@ services:
- frontend
- backend
### ElasticSearch ########################################
elasticsearch:
build: ./elasticsearch
@ -545,7 +544,6 @@ services:
- frontend
- backend
### Kibana ##############################################
kibana:
build: ./kibana
@ -820,6 +818,7 @@ services:
mongo-webui:
build:
context: ./mongo-webui
restart: always
environment:
- ROOT_URL=${MONGO_WEBUI_ROOT_URL}
- MONGO_URL=${MONGO_WEBUI_MONGO_URL}