python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Couldn't access mongo-express from Docker
I am trying to carry out some experiments with Docker, MongoDB, and mongo-express.
Here was what I did:
docker network create my-network
docker run -d -p 27017:27017 --network my-network --name my-mo...

Chong Lip Phang
Votes: 0
Answers: 1
mongo-express is not trying to reconnect after first attempt
I am trying to create two services mongo and mongo-express through docker-compose file.
Let me explain the scenario -
If I run those two containers separately in a same container using docker-run comm...

Sankalp Singh
Votes: 0
Answers: 2
How to run docker(s) with mogodb cluster?
I use this docker-compose which runs MongoDB+ mongo-express Web interface:
https://gist.github.com/adamelliotfields/cd49f056deab05250876286d7657dc4b
How can I run docker(s) with mongodb cluster and mo...

ZedZip
Votes: 0
Answers: 0