From 600eab3ea14904929ffc919124123954d4224699 Mon Sep 17 00:00:00 2001 From: Andrea Di Cesare Date: Mon, 15 Jan 2024 10:54:09 +0100 Subject: [PATCH] Update setup-with-docker.adoc --- docs/setup-with-docker.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup-with-docker.adoc b/docs/setup-with-docker.adoc index 4c6d0b64..3f94d469 100644 --- a/docs/setup-with-docker.adoc +++ b/docs/setup-with-docker.adoc @@ -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