Last active
March 14, 2019 12:09
-
-
Save tidalgo22/4e880da0af36c86fea58cf4e810c4273 to your computer and use it in GitHub Desktop.
setting up mongo admin interface on existing mongodb container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --rm -p 8081:8081 --link mongo_1:mongo --net my_app_default mongo-express | |
my_app_default is the network get it using docker network ls | |
mongo_1 on mongo_1:mongo is the container name. | |
ref: | |
https://github.com/mongo-express/mongo-express/issues/215 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment