Skip to content

Commit 091686b

Browse files
authoredJul 5, 2020
Update wording in docker README
1 parent dad05e8 commit 091686b

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,9 +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`,
21-
`docker/default_logging.ini` and entry point script
22-
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
2324

2425
The entry point simplifies the use of parameters for the `witness_node`
2526
(which is run by default when spinning up the container).

0 commit comments

Comments
 (0)