0votes
1 answersWhy does a Docker Compose app start before its database is ready?
An application declares `depends_on: [db]`, but its initial MySQL connection sometimes fails. Restarting the app later works. How can Compose wait for readiness, and shou