mongo-express / mongo-express

Web-based MongoDB admin interface, written with Node.js and express
MIT License
5.59k stars 960 forks source link

Docker Hub Information Is Outdated #1414

Open maddes-b opened 9 months ago

maddes-b commented 9 months ago

The information at Docker Hub [1] is outdated. Like ME_CONFIG_MONGODB_SERVER has been replaced with ME_CONFIG_MONGODB_URL, e.g. mongodb://admin:password@mongodb:27017

[1] https://hub.docker.com/_/mongo-express

maddes-b commented 8 months ago

Also reported in the docker repository https://github.com/mongo-express/mongo-express-docker/issues/106