Skip to content

Commit 519b32a

Browse files
Backport DOCSP-40123 to v1.15 (#413)
1 parent 223f23e commit 519b32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/atlas-cli-deploy-docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Create a Local Atlas Deployment with Docker
6666

6767
.. code-block:: sh
6868

69-
docker run -e MONGODB_INITDB_ROOT_USERNAME=user MONGODB_INITDB_ROOT_PASSWORD=pass -p 27017:27017 mongodb/mongodb-atlas-local
69+
docker run -e MONGODB_INITDB_ROOT_USERNAME=user -e MONGODB_INITDB_ROOT_PASSWORD=pass -p 27017:27017 mongodb/mongodb-atlas-local
7070

7171
The logs display as the Docker image runs.
7272

0 commit comments

Comments
 (0)