Skip to content

Commit

Permalink
Update setup-with-docker.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang authored Jan 15, 2024
1 parent a0a9e31 commit 600eab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup-with-docker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ This setup only needs to be completed once. Follow these steps:

1) **Start MongoDB Container**

Launch a MongoDB container within the created network:
Launch a MongoDB container:

[source,bash]
$ docker run -d --name mongodb -p 27017:27017 mongo --replSet=rs0
Expand Down

0 comments on commit 600eab3

Please sign in to comment.