Created
January 29, 2020 19:56
-
-
Save skobba/8b0e2590659999856970e51b67e438fb to your computer and use it in GitHub Desktop.
mongodb docker-compose
This file contains hidden or 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
| - ./databaseInit/mongoDB:/docker-entrypoint-initdb.d | |
| https://medium.com/faun/managing-mongodb-on-docker-with-docker-compose-26bf8a0bbae3 | |
| // init-mongo.js | |
| db.createUser({ | |
| user: 'gjermund', | |
| pwd: 'skobba' | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment