-
Notifications
You must be signed in to change notification settings - Fork 105
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
error after stop and rerun docker-compose up #11
Comments
Its possible your shell is not properly terminating the container, it could be an issue with docker. I'd recommend seeing if the same behavior happens after running |
I don't have the same behavior when I run docker-compose down prior to re-running. |
I cloned the repo, docker pulled the image from DockekrHub and added the missing
|
Ok so my issue is totally unrelated to Macfly's one
|
I was having the same issue, and @krumware 's suggestion of |
Any update on this @Macfly? Did you manage to solve the issue? |
the first start works fine but if I kill the process with ctrl + C and rerun
docker-compose up
I have the following error:Is it normal? What should I do to stop the container and relaunch it?
The text was updated successfully, but these errors were encountered: