Skip to content

Commit 6040be6

Browse files
authored
fix replica set deployment wording (#2197) (#2206)
1 parent cb8cb35 commit 6040be6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/includes/considerations-deploying-replica-set.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Architecture
22
~~~~~~~~~~~~
33

4-
In production, deploy each member of the replica set to its own machine
5-
and if possible bind to the standard MongoDB port of ``27017``.
4+
In production, deploy each member of the replica set to its own machine.
5+
If possible, ensure that MongoDB listens on the default port of
6+
``27017``.
67

7-
See :doc:`/core/replica-set-architectures` for more information.
8+
For more information, see :doc:`/core/replica-set-architectures`.
89

910
Hostnames
1011
~~~~~~~~~

0 commit comments

Comments
 (0)