Closed
Description
The following command does not use "--bind_ip_all" thus binding to localhost and making it impossible to use the mongodb server.
docker run -d --restart=always --name mongo -v mongo:/data/db -p 27017:27017 mongo:3.6 --auth
Further Infos: I tried to upgrade a 3.4 instance to 3.6. (Same run command but with a different version)
Metadata
Metadata
Assignees
Labels
No labels