Skip to content

Commit e92f115

Browse files
add docker note (#253)
1 parent 81e5c5b commit e92f115

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/connect/connection-targets.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ tab to see the corresponding code:
164164
uri = "mongodb://host1:27017/?replicaSet=sampleRS"
165165
client = AsyncMongoClient(uri)
166166

167+
.. note:: Replica Set in Docker
168+
169+
.. sharedinclude:: dbx/docker-replica-set.rst
170+
167171
{+driver-short+} evenly load balances operations across deployments that are reachable
168172
within the client's ``localThresholdMS`` value. To learn more about how {+driver-short+} load
169173
balances operations across multiple MongoDB deployments, see the

0 commit comments

Comments
 (0)