Querying the database

Our company have to db setup using docker-compose but I can’t seem to get access to it. I have used to following to create an administrator:

docker run -d
-e MONGO_INITDB_ROOT_USERNAME=
-e MONGO_INITDB_ROOT_PASSWORD=
mongo:3.0

Any help would be much appreciated as we’ve been stuck on this for some time.