Fix codeblock in guide
This commit is contained in:
parent
f875dc7b63
commit
8472efb1b5
1 changed files with 1 additions and 1 deletions
|
|
@ -56,5 +56,5 @@ sudo chown 1000:1000 ./data/
|
||||||
Then the image can be run as:
|
Then the image can be run as:
|
||||||
```
|
```
|
||||||
docker run --detach --publish 5000:5000 --name lnbits --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbits
|
docker run --detach --publish 5000:5000 --name lnbits --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbits
|
||||||
``
|
```
|
||||||
Finally you can access the lnbits on your machine port 5000.
|
Finally you can access the lnbits on your machine port 5000.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue