Skip to content

Commit

Permalink
Fix port numbers (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolubic authored May 22, 2024
1 parent 06a1327 commit cbac655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/clustering/replication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

1 comment on commit cbac655

@vercel
Copy link

@vercel vercel bot commented on cbac655 May 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

nextra-docs-blush.vercel.app
documentation-memgraph.vercel.app
documentation-git-main-memgraph.vercel.app

Please sign in to comment.