Open jyanga opened 7 months ago
Hello! Did you tried to run mongoexpress outside a docker container, and see if the error continues? Or tried to build your own docker image?
Docker hub version is out-of-date
I am having a very similar issue, where I deploy the image from Docker-Hub to Kubernetes. I keep running into these timeouts while using the CLI or PyMongo, I am able to connect to the replica/server
@mariuskempf Here is the solution to this issue.
thank you @jyanga did it work @mariuskempf ?
Hi,
I have the line below in my
docker-compose.yml
This gives me the error below.
The line below works when I specify it in my
docker-compose.yml
. However, this will not work if this server is being serviced. I would like to take advantage of thereplicaSet
.I connect successfully using the command below.
Help. I have tried different ways to specify
ME_CONFIG_MONGODB_URL
.mongo-express
version is1.0.2-20
.