Update DOCKER_INSTALL.md
This commit is contained in:
parent
fd7d4e5134
commit
9269b25fa5
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ set up the server hosting firewall to allow open access to https (port 443) only
|
||||||
|
|
||||||
### service bring-up and running
|
### service bring-up and running
|
||||||
```
|
```
|
||||||
$ docker volumes create caddy_data
|
$ docker volume create caddy_data
|
||||||
// add -d for detached mode
|
// add -d for detached mode
|
||||||
$ docker-compose up -d
|
$ 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
|
#### running create bolt card command
|
||||||
- `docker exec boltcard_main createboltcard/createboltcard` to see options
|
- `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
|
- `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
|
- this will give you a one-time link in text and QR code form
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue