Skip to content

docker-compose leads to unhealthy container

After mvn clean install command on root level of project

The command : docker-compose --env-file dev.env up on branch : main

leads to error ERROR: for portal Container "4584f32359ef" is unhealthy.

expected reason : docker base image is too minimalistic (without curl, so no propper health check can be done)