Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Jun 1, 2018
1 parent 9158b1a commit 5278be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ To run certain Ergo version as a service with custom config:
sudo docker run -d -p 9002:9002 -p 9052:9052
-v ergo:/root/ergo/data
-v /path/on/host/system/to/myergo.conf:/root/ergo/myergo.conf
ergoplatform/ergo:v0.2.1 /root/ergo/myergo.conf
ergoplatform/ergo:v1.0.0 /root/ergo/myergo.conf

This will connect to Ergo mainnet or testnet respecting your configuration passed in `myergo.conf`. Every default config value would be overwritten with corresponding value in `myergo.conf`. This also would store your data in named Docker volume `ergo` (if you change default data location in your config file, do not forget mount `ergo` volume to changed location) and open ports 9002 and 9052 on host system.

0 comments on commit 5278be2

Please sign in to comment.