Skip to content

Commit

Permalink
testnet: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0Vu committed Nov 29, 2023
1 parent b7c9077 commit 7edd442
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion testnet/local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This docker-compose configuration is meant to be used in combination with the [M
$ cd testnet/local/
$ docker-compose build
$ docker-compose up
# To enable grafana and prometheus, add profile metrics-tools
$ docker compose --profile metrics-tools up
```

2. checkout information of katzenmint pki nodes with curl command
Expand Down Expand Up @@ -68,9 +70,11 @@ You can simply cleanup chaindata in one command.
$ sh cleanup.sh
```

Then, restart three katzenmint pki nodes.
Then, restart four katzenmint pki nodes.
```BASH
$ docker-compose up
# To enable grafana and prometheus, add profile metrics-tools
$ docker compose --profile metrics-tools up
```

# TBD
Expand Down

0 comments on commit 7edd442

Please sign in to comment.