Skip to content

Instantly share code, notes, and snippets.

@skobba
Created January 29, 2020 19:56
Show Gist options
  • Select an option

  • Save skobba/8b0e2590659999856970e51b67e438fb to your computer and use it in GitHub Desktop.

Select an option

Save skobba/8b0e2590659999856970e51b67e438fb to your computer and use it in GitHub Desktop.
mongodb docker-compose
- ./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