-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
A network with name pelias_default exists but was not created by compose #342
Comments
i had similar issue in a few test installations, somehow delete the docker network by hand made everything work normally again. docker network rm pelias_default i am still unable to reproduce this error, i just figured out that manual network remove helps |
Did that. Didn't help. |
I think I ran into this myself as well. My working theory is that some sort of upgrade of Docker or some other system settings can cause this. Maybe the switch from a version of Docker without My fix was also to remove the network but also do a bit more cleanup along the awy:
|
I use OrbStack and not Docker Desktop, so unsure if that could be the reason. @orangejulius Thanks for the suggestions, but I'm not going to run the The solution that worked for me is to remove the I'm unsure why |
docker/cmd/docker.sh
Lines 4 to 6 in dd8a298
Getting following output when running
pelias download wof
(after successfulpelias compose pull
)Had to remove the
net_init
call withincompose_run
to be able to get it going.The text was updated successfully, but these errors were encountered: