From 9269b25fa55ebbe507dbb765edc5ba61b90f453a Mon Sep 17 00:00:00 2001 From: Rob Clarkson Date: Wed, 1 Feb 2023 13:10:20 +1300 Subject: [PATCH] Update DOCKER_INSTALL.md --- docs/DOCKER_INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DOCKER_INSTALL.md b/docs/DOCKER_INSTALL.md index ac70546..357ee1c 100644 --- a/docs/DOCKER_INSTALL.md +++ b/docs/DOCKER_INSTALL.md @@ -21,7 +21,7 @@ set up the server hosting firewall to allow open access to https (port 443) only ### service bring-up and running ``` -$ docker volumes create caddy_data +$ docker volume create caddy_data // add -d for detached mode $ docker-compose up -d ``` @@ -37,4 +37,4 @@ To delete the database and reset the docker volume, run `docker-compose down --v #### running create bolt card command - `docker exec boltcard_main createboltcard/createboltcard` to see options - `docker exec boltcard_main createboltcard/createboltcard -enable -allow_neg_bal -tx_max=1000 -day_max=10000 -name=card_1` for example -- this will give you a one-time link in text and QR code form \ No newline at end of file +- this will give you a one-time link in text and QR code form