From 8472efb1b51c6eeb81aa450350c0e471d6c33a1d Mon Sep 17 00:00:00 2001 From: Fitti Date: Sat, 19 Jun 2021 03:41:30 +0200 Subject: [PATCH] Fix codeblock in guide --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 2f580d8e..de309086 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -56,5 +56,5 @@ sudo chown 1000:1000 ./data/ 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 -`` +``` Finally you can access the lnbits on your machine port 5000.