Skip to content

Commit 349e006

Browse files
authored
Merge pull request #2232 from bitshares/release
Merge release branch into master branch
2 parents a2d9c19 + bde940d commit 349e006

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README-docker.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ 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
21-
12. Run entry point script by default
20+
11. Add default config from `docker/default_config.ini` and
21+
`docker/default_logging.ini`
22+
12. Add an entry point script
23+
13. Run the entry point script by default
2224

2325
The entry point simplifies the use of parameters for the `witness_node`
2426
(which is run by default when spinning up the container).
@@ -43,11 +45,11 @@ The entry point simplifies the use of parameters for the `witness_node`
4345

4446
The default configuration is:
4547

46-
p2p-endpoint = 0.0.0.0:9090
48+
p2p-endpoint = 0.0.0.0:1776
4749
rpc-endpoint = 0.0.0.0:8090
4850
bucket-size = [60,300,900,1800,3600,14400,86400]
4951
history-per-size = 1000
50-
max-ops-per-account = 1000
52+
max-ops-per-account = 100
5153
partial-operations = true
5254

5355
# Docker Compose

0 commit comments

Comments
 (0)