We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223f23e commit 519b32aCopy full SHA for 519b32a
source/atlas-cli-deploy-docker.txt
@@ -66,7 +66,7 @@ Create a Local Atlas Deployment with Docker
66
67
.. code-block:: sh
68
69
- docker run -e MONGODB_INITDB_ROOT_USERNAME=user MONGODB_INITDB_ROOT_PASSWORD=pass -p 27017:27017 mongodb/mongodb-atlas-local
+ docker run -e MONGODB_INITDB_ROOT_USERNAME=user -e MONGODB_INITDB_ROOT_PASSWORD=pass -p 27017:27017 mongodb/mongodb-atlas-local
70
71
The logs display as the Docker image runs.
72
0 commit comments