diff --git a/README-docker.md b/README-docker.md index 4df17a48c5..cb2d58ae64 100644 --- a/README-docker.md +++ b/README-docker.md @@ -17,9 +17,10 @@ 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`, - `docker/default_logging.ini` and entry point script -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 +13. Run the entry point script by default The entry point simplifies the use of parameters for the `witness_node` (which is run by default when spinning up the container).