From dad05e86f8a5f6a87e025b2d501ca61e5cf36324 Mon Sep 17 00:00:00 2001 From: Abit Date: Sun, 5 Jul 2020 02:15:09 +0200 Subject: [PATCH] Update default parames and config in docker README --- README-docker.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README-docker.md b/README-docker.md index c11fc89309..4df17a48c5 100644 --- a/README-docker.md +++ b/README-docker.md @@ -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` @@ -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