From 7ef36daaba3b5ef882366321e77ea8e350e27776 Mon Sep 17 00:00:00 2001 From: "Shao Yu-Lung (Allen)" Date: Fri, 13 Jul 2018 22:32:40 +0800 Subject: [PATCH] Fix run mongo-webui service get exit 1 (#1702) --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e717a44a..57329dbf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}