From cbac655004d1a3be6adbd168accd1838db7dccdd Mon Sep 17 00:00:00 2001 From: Kruno Golubic <46486712+kgolubic@users.noreply.github.com> Date: Wed, 22 May 2024 11:35:03 +0200 Subject: [PATCH] Fix port numbers (#786) --- pages/clustering/replication.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.