Skip to content

Commit 7ef36da

Browse files
authored
Fix run mongo-webui service get exit 1 (laradock#1702)
1 parent 4ce25e9 commit 7ef36da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ services:
522522
- frontend
523523
- backend
524524

525-
526525
### ElasticSearch ########################################
527526
elasticsearch:
528527
build: ./elasticsearch
@@ -545,7 +544,6 @@ services:
545544
- frontend
546545
- backend
547546

548-
549547
### Kibana ##############################################
550548
kibana:
551549
build: ./kibana
@@ -820,6 +818,7 @@ services:
820818
mongo-webui:
821819
build:
822820
context: ./mongo-webui
821+
restart: always
823822
environment:
824823
- ROOT_URL=${MONGO_WEBUI_ROOT_URL}
825824
- MONGO_URL=${MONGO_WEBUI_MONGO_URL}

0 commit comments

Comments
 (0)