Skip to content

Commit a731061

Browse files
DOCSP-40123 -- fix env var flag in example (#397)
1 parent 2e94344 commit a731061

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)