Redis – ElasticSearch Healthcheck on docker-compose failing
Elasticsearch healthcheck on docker-compose stops any dependent services because the container is always unhealthy. I see this when I run docker ps -a --format "table {{.Names}}t{{.Image}}t{{.Status}}" NAMES IMAGE STATUS elasticsearch elasticsearch:7.12.1 Up 26 seconds (unhealthy) I am attempting to start…