Skip to content

Commit

Permalink
Merge pull request #2232 from bitshares/release
Browse files Browse the repository at this point in the history
Merge release branch into master branch
  • Loading branch information
abitmore authored Jul 5, 2020
2 parents a2d9c19 + bde940d commit 349e006
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ 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
12. Run entry point script by default
11. Add default config from `docker/default_config.ini` and
`docker/default_logging.ini`
12. Add an entry point script
13. Run the entry point script by default

The entry point simplifies the use of parameters for the `witness_node`
(which is run by default when spinning up the container).
Expand All @@ -43,11 +45,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 349e006

Please sign in to comment.