Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container is unhealthy on docker-compose #116

Open
heckle-jeckle opened this issue Mar 29, 2018 · 4 comments
Open

Container is unhealthy on docker-compose #116

heckle-jeckle opened this issue Mar 29, 2018 · 4 comments

Comments

@heckle-jeckle
Copy link

Description:
I have an error at the launch of the docker-compose :

ERROR: for api-manager Container "562efb6a5611" is unhealthy.
ERROR: for is-as-km Container "562efb6a5611" is unhealthy.
ERROR: Encountered errors while bringing up the project.

OS
mac os

Can someone help me ?

@jeremy303
Copy link

@heckle-jeckle I've had a similar issue, caused by the 'healthcheck' failing due to beginning to poll before the container was fully started. I've increased the polling interval in docker-compose.yml to resolve the issue.

@DilanUA
Copy link
Contributor

DilanUA commented Mar 29, 2018

@heckle-jeckle As mentioned by @HolySamosa try increasing healthcheck interval and retry values. You should be able to resolve this issue.

@jemliF
Copy link

jemliF commented Jan 30, 2019

I've got the same behavior on Ubuntu 16.04 with Docker version 18.09.0, build 4d60db4 and docker-compose version 1.18.0, build 8dd22a9.
I tried increasing the healthcheck interval and timeout, but I got the same issue again and again.

@DilanUA
Copy link
Contributor

DilanUA commented Jan 30, 2019

@jemliF In which compose yaml version are you getting this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants