mirror of
https://github.com/RD17/ambar.git
synced 2026-04-26 07:55:51 +03:00
[GH-ISSUE #218] ERROR: for frontend Container XXX is unhealthy #213
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#213
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @machetto on GitHub (Feb 1, 2019).
Original GitHub issue: https://github.com/RD17/ambar/issues/218
Getting this message:
ERROR: for frontend Container "5a4675b05333" is unhealthy.
ERROR: Encountered errors while bringing up the project.
Running "docker ps" shows an "ambar-webapi:latest" is in an "unhealthy" state.
Running "docker logs containerhash" returns the following:
Started on :::8080
Running "curl -f localhost:8080/api" returns some data:
"{"version":"2.1.18","uiLang":"en","rawConfig":{"localPort":8080,"bodyLimit":"1024mb","corsHeaders":["Link"],"mongoDbU......"
Rerunning "docker-compose up -d" doesnt fix anything.
Content of docker-compose.yml:
@speedmann commented on GitHub (Feb 5, 2019):
Find out which container is
5a4675b05333do adocker show 5a4675b05333for me it was the elasticsearch container which failed because i ignored the sysctl config settings
@machetto commented on GitHub (Feb 5, 2019):
My sysctl settings are configured and elasticsearch is in a healthy state.
docker show command doesn't exist.. Did you mean docker logs?
5a4675b05333 is a webapi container:
@machetto commented on GitHub (Feb 5, 2019):
Also even though:
however:
@stale[bot] commented on GitHub (Feb 20, 2019):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.