From 091686bd2a43f780c4ed6cf79badc5ce3a4b6e68 Mon Sep 17 00:00:00 2001 From: Abit Date: Sun, 5 Jul 2020 02:18:05 +0200 Subject: [PATCH] Update wording in docker README --- README-docker.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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).