Skip to content

Commit

Permalink
docker deployment docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iDmple committed Dec 21, 2023
1 parent 391baa4 commit 6abdf46
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Make a copy of the local configuration template:
cp conf.local.yaml.template conf.local.yaml
```

Edit it and set a name for your node, and set the MongoDB username and password to the ones you defined in the previous step, and the url of the MongoDB local instance to `mongodb`.
Edit the newly created file. Set a name for your node. Set the MongoDB username and password to the ones you defined in the previous step, and the url of the MongoDB local instance to `mongodb`.

#### Lite node

Expand All @@ -47,7 +47,7 @@ Make a copy of the lite configuration template:
cp conf.lite.yaml.template conf.lite.yaml
```

Edit it and set a name for your node.
Edit the newly created file and set a name for your node.

#### Atlas node

Expand All @@ -57,8 +57,7 @@ Make a copy of the atlas configuration template:
cp conf.atlas.yaml.template conf.atlas.yaml
```

Edit it and set a name for your node, and set the MongoDB u
sername, password and url to the ones of your MongoDB Atlas instance.
Edit the newly created file. Set a name for your node. Set the MongoDB username, password and url to the ones of your MongoDB Atlas instance.

### Managing your node

Expand Down

0 comments on commit 6abdf46

Please sign in to comment.