From 92968d57c0b38c92aa37fbb7d3d5f8933c446bb7 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:25:47 -0500 Subject: [PATCH] DOCSP-47829 - Note about Docker and replica sets (#523) (cherry picked from commit e3c698673dc6b09924edfde86a877903c17421af) --- source/fundamentals/connection/connect.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/fundamentals/connection/connect.txt b/source/fundamentals/connection/connect.txt index 2e8b8625..b3ecd163 100644 --- a/source/fundamentals/connection/connect.txt +++ b/source/fundamentals/connection/connect.txt @@ -154,3 +154,7 @@ hosts, including ``sample.host1``: :language: csharp :start-after: // start replica set connection :end-before: // end replica set connection + +.. note:: Replica Set in Docker + + .. sharedinclude:: dbx/docker-replica-set.rst \ No newline at end of file