diff --git a/pages/clustering/replication.mdx b/pages/clustering/replication.mdx index 153239656..f2e789893 100644 --- a/pages/clustering/replication.mdx +++ b/pages/clustering/replication.mdx @@ -342,9 +342,9 @@ docker run -p 7689:7687 memgraph/memgraph-mage You can connect to each instance using the Memgraph Lab desktop application, or any other external application by changing the port: -- the MAIN instance - `localhost:6787` -- REPLICA instance 1 - `localhost:6788` -- REPLICA instance 2 - `localhost:6789` +- the MAIN instance - `localhost:7687` +- REPLICA instance 1 - `localhost:7688` +- REPLICA instance 2 - `localhost:7689` If you need to define volumes, each volume needs to be called differently.