Skip to content

Commit

Permalink
Update daprdocs/content/en/reference/components-reference/supported-s…
Browse files Browse the repository at this point in the history
…tate-stores/setup-mongodb.md

Signed-off-by: Mark Fussell <[email protected]>
  • Loading branch information
msfussell authored Feb 2, 2024
1 parent cf06d95 commit de0bf93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ docker run --name some-mongo -d mongo

You can then interact with the server at `localhost:27017`. If you do not specify a `databaseName` value in your component definition, make sure to create a database named `daprStore`.

In order to use the MongoDB state store for transactions and as an actor state store, you will need to run MongoDB as a Replica Set. Please refer to [the official documentation](https://www.mongodb.com/compatibility/deploying-a-mongodb-cluster-with-docker) for how to create a 3-node Replica Set using Docker.
In order to use the MongoDB state store for transactions and as an actor state store, you need to run MongoDB as a Replica Set. Refer to [the official documentation](https://www.mongodb.com/compatibility/deploying-a-mongodb-cluster-with-docker) for how to create a 3-node Replica Set using Docker.
{{% /codetab %}}

{{% codetab %}}
Expand Down

0 comments on commit de0bf93

Please sign in to comment.