Skip to content

Commit dad05e8

Browse files
authoredJul 5, 2020
Update default parames and config in docker README
1 parent 4bc70a4 commit dad05e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎README-docker.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ The `Dockerfile` performs the following steps:
1717
8. Add a local bitshares user and set `$HOME` to `/var/lib/bitshares`
1818
9. Make `/var/lib/bitshares` and `/etc/bitshares` a docker *volume*
1919
10. Expose ports `8090` and `1776`
20-
11. Add default config from `docker/default_config.ini` and entry point script
20+
11. Add default config from `docker/default_config.ini`,
21+
`docker/default_logging.ini` and entry point script
2122
12. Run entry point script by default
2223

2324
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`
4344

4445
The default configuration is:
4546

46-
p2p-endpoint = 0.0.0.0:9090
47+
p2p-endpoint = 0.0.0.0:1776
4748
rpc-endpoint = 0.0.0.0:8090
4849
bucket-size = [60,300,900,1800,3600,14400,86400]
4950
history-per-size = 1000
50-
max-ops-per-account = 1000
51+
max-ops-per-account = 100
5152
partial-operations = true
5253

5354
# Docker Compose

0 commit comments

Comments
 (0)
Please sign in to comment.