← All Kali Issues
Docker-compose

Service dependency error

C Configuration Medium

🔴 Error Message

Services starting in wrong order

📖 What This Means

Depends_on only waits for container start not readiness.

🔧 Step-by-Step Fix

  1. Use healthcheck: depends_on with condition
  2. Add wait script: wait-for-it.sh
  3. Add restart: always to dependent services