Skip to content

Commit

Permalink
Update default parames and config in docker README
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore authored Jul 5, 2020
1 parent 4bc70a4 commit dad05e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ The `Dockerfile` performs the following steps:
8. Add a local bitshares user and set `$HOME` to `/var/lib/bitshares`
9. Make `/var/lib/bitshares` and `/etc/bitshares` a docker *volume*
10. Expose ports `8090` and `1776`
11. Add default config from `docker/default_config.ini` and entry point script
11. Add default config from `docker/default_config.ini`,
`docker/default_logging.ini` and entry point script
12. Run entry point script by default

The entry point simplifies the use of parameters for the `witness_node`
Expand All @@ -43,11 +44,11 @@ The entry point simplifies the use of parameters for the `witness_node`

The default configuration is:

p2p-endpoint = 0.0.0.0:9090
p2p-endpoint = 0.0.0.0:1776
rpc-endpoint = 0.0.0.0:8090
bucket-size = [60,300,900,1800,3600,14400,86400]
history-per-size = 1000
max-ops-per-account = 1000
max-ops-per-account = 100
partial-operations = true

# Docker Compose
Expand Down

0 comments on commit dad05e8

Please sign in to comment.