dependency failed to start: container selks-db-1 is unhealthy
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?
.
I think you can try :
docker compose down
docker compose up -d
and see if that fixes the issue
Thank you
Result:
dependency failed to start: container selks-db-1 is unhealthy root@SEKS:/opt/selksd/SELKS/docker#
I do not know what was wrong, I reinstalled SELKS
Is it working ok now?