Skip to content

Commit

Permalink
Remove flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolubic committed May 22, 2024
1 parent ec9cf04 commit bf51440
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 @@ -324,19 +324,19 @@ you need expose different ports for each instance.
The MAIN instance:

```
docker run -p 7687:7687 memgraph/memgraph-mage --data-recovery-on-startup=true
docker run -p 7687:7687 memgraph/memgraph-mage
```

REPLICA instance 1:

```
docker run -p 7688:7687 memgraph/memgraph-mage --data-recovery-on-startup=true
docker run -p 7688:7687 memgraph/memgraph-mage
```

REPLICA instance 2:

```
docker run -p 7689:7687 memgraph/memgraph-mage --data-recovery-on-startup=true
docker run -p 7689:7687 memgraph/memgraph-mage
```

You can connect to each instance using the Memgraph Lab desktop application, or any
Expand Down

1 comment on commit bf51440

@vercel
Copy link

@vercel vercel bot commented on bf51440 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 – ./

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

Please sign in to comment.