From bd64ffd1ea8f4604388f4c76795a63eb19d98c88 Mon Sep 17 00:00:00 2001 From: Stephanie <52582720+stephmarie17@users.noreply.github.com> Date: Tue, 15 Apr 2025 10:52:29 -0700 Subject: [PATCH] DOCSP-48755 Add connect to replica set in Docker note (#490) (cherry picked from commit 7ad3564a0e09fe36cbe02119e101fc8efe327d73) --- source/fundamentals/connections/connection-guide.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/fundamentals/connections/connection-guide.txt b/source/fundamentals/connections/connection-guide.txt index c856ceb6..fa9089f3 100644 --- a/source/fundamentals/connections/connection-guide.txt +++ b/source/fundamentals/connections/connection-guide.txt @@ -181,3 +181,7 @@ following behavior: - They require you to specify a :manual:`secondary read preference ` when the specified host isn't the **primary** node. + +.. note:: Replica Set in Docker + + .. sharedinclude:: dbx/docker-replica-set.rst