SELKS icon indicating copy to clipboard operation
SELKS copied to clipboard

dependency failed to start: container selks-db-1 is unhealthy

Open Sergio-her opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

SELKS 10

My actions: git clone https://github.com/StamusNetworks/SELKS.git cd SELKS/docker/ ./easy-setup.sh sudo -E docker compose up -d Getting an error: dependency failed to start: container selks-db-1 is unhealthy

I don't understand what my mistake is.

Expected Behavior

start SELKS

Steps To Reproduce

git clone https://github.com/StamusNetworks/SELKS.git cd SELKS/docker/ ./easy-setup.sh sudo -E docker compose up -d

Docker version

Docker version 20.10.24+dfsg1, build 297e128

Docker version

Docker Compose version v2.16.0

OS Version

Description: Debian GNU/Linux 12 (bookworm)

Content of the environnement File

COMPOSE_PROJECT_NAME=selks INTERFACES= -i enp1s0 SCIRIUS_DEBUG=True NGINX_EXEC=nginx-debug ELASTIC_MEMORY=12G SCIRIUS_SECRET_KEY=ZFWOXMme96i2pIN8fGe2ovrW_bjqGRdMHpJGdDNJsEw PWD=${PWD}

Version of SELKS

commit 4af455cd15f69f2ba471fa6cd0b96d6aae6e93b9 (HEAD -> master, origin/master, origin/HEAD) Author: Peter Manev [email protected] Date: Thu Jun 13 13:18:18 2024 +0200

docker: Add Logstash/Kibana docker versions

Anything else?

.

Sergio-her avatar Dec 03 '24 08:12 Sergio-her

I think you can try :

docker compose down
docker compose up -d

and see if that fixes the issue

Thank you

pevma avatar Dec 03 '24 09:12 pevma

Result:

dependency failed to start: container selks-db-1 is unhealthy root@SEKS:/opt/selksd/SELKS/docker#

Sergio-her avatar Dec 03 '24 10:12 Sergio-her

I do not know what was wrong, I reinstalled SELKS

Sergio-her avatar Dec 03 '24 13:12 Sergio-her

Is it working ok now?

pevma avatar Dec 03 '24 14:12 pevma