Skip to main content

Why does the Mongo Docker container fail to start, saying that the port is already in use?

Alon avatar
Written by Alon
Updated over 2 years ago

Make sure you don't have another mongo instance running. Try to use `docker container ls` to see running instances.

Did this answer your question?