This is mostly a "note to self" kind of thing as I keep having to look up how to run MongoDb with authentication enabled for local development.
The easy way is to specify two environment variables:
* MONGO_INITDB_ROOT_USERNAME
* MONGO_INITDB_ROOT_PASSWORD
However, this will give