vesoft-inc / nebula-docker-compose

Docker compose for Nebula Graph
https://github.com/vesoft-inc/nebula
Apache License 2.0
107 stars 80 forks source link

docker compose storage containers are always unhealthy #153

Open recursively opened 9 months ago

recursively commented 9 months ago

Introduction

Storages are always unhealthy, no any logs, don't know what happened.

image

Contents

There should be some information about what leads to the unhealthy of containers.

Related work

wey-gu commented 9 months ago

This is indeed confusing, as https://github.com/vesoft-inc/nebula-docker-compose/issues/116

Please do ADD HOSTS via the console/studio, to activate the storaged:

ADD HOSTS "storaged0":9779,"storaged1":9779,"storaged2":9779

.

wey-gu commented 9 months ago

Trying to highlight this via docs: https://github.com/vesoft-inc/nebula-docs/pull/2462