Skip to content

Commit

Permalink
Merge pull request #1666 from ergoplatform/v4.0.25
Browse files Browse the repository at this point in the history
Candidate for 4.0.25
  • Loading branch information
kushti authored Mar 29, 2022
2 parents 9659c66 + dbb5465 commit 55af449
Show file tree
Hide file tree
Showing 8 changed files with 254 additions and 170 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To run specific Ergo version `<VERSION>` as a service with custom config `/path/
-e MAX_HEAP=3G \
ergoplatform/ergo:<VERSION> --<networkId> -c /etc/myergo.conf

Available versions can be found on [Ergo Docker image page](https://hub.docker.com/r/ergoplatform/ergo/tags), for example, `v4.0.24`.
Available versions can be found on [Ergo Docker image page](https://hub.docker.com/r/ergoplatform/ergo/tags), for example, `v4.0.25`.

This will connect to the Ergo mainnet or testnet following your configuration passed in `myergo.conf` and network flag `--<networkId>`. Every default config value would be overwritten with corresponding value in `myergo.conf`. `MAX_HEAP` variable can be used to control how much memory can the node consume.

Expand Down
Loading

0 comments on commit 55af449

Please sign in to comment.