We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad05e8 commit 091686bCopy full SHA for 091686b
README-docker.md
@@ -17,9 +17,10 @@ The `Dockerfile` performs the following steps:
17
8. Add a local bitshares user and set `$HOME` to `/var/lib/bitshares`
18
9. Make `/var/lib/bitshares` and `/etc/bitshares` a docker *volume*
19
10. Expose ports `8090` and `1776`
20
-11. Add default config from `docker/default_config.ini`,
21
- `docker/default_logging.ini` and entry point script
22
-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
23
+13. Run the entry point script by default
24
25
The entry point simplifies the use of parameters for the `witness_node`
26
(which is run by default when spinning up the container).
0 commit comments