mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 23:45:50 +03:00
[GH-ISSUE #186] Seriviceapi Error while docker-compose up #181
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#181
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 @tushar21 on GitHub (Aug 26, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/186
I am having error while docker compose up : ERROR: for serviceapi Container "e6a3e3b4cef9" is unhealthy.
@steve-boyle commented on GitHub (Aug 27, 2018):
I would say, run
sudo docker psto get the instance name for the serviceapi container. The name is going to be something like username_serviceapi_1.Then run
sudo docker logs username_serviceapi_1, obviously you want to use your proper instance name there. Hopefully, you can figure out your issue from the log.@tushar21 commented on GitHub (Aug 31, 2018):
I can't find the root cause but got the temporary solution. After clearing the datastore, serviceapi is working again.