From dd9acc20fae5c48cd8827f9049296fe563429530 Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Thu, 25 May 2023 03:40:46 +0200 Subject: [PATCH] Updated LNbits Documentation (markdown) --- LNbits-Documentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LNbits-Documentation.md b/LNbits-Documentation.md index f9bc755..140cdfe 100644 --- a/LNbits-Documentation.md +++ b/LNbits-Documentation.md @@ -219,7 +219,7 @@ To install using docker you first need to build the docker image as: ``` git clone https://github.com/lnbits/lnbits.git cd lnbits -docker build -t lnbits-legend . +docker build -t lnbits . ``` You can launch the docker in a different directory, but make sure to copy `.env.example` from lnbits there @@ -237,7 +237,7 @@ mkdir data Now the image can be run: ``` -docker run --detach --publish 5000:5000 --name lnbits -e "LNBITS_BACKEND_WALLET_CLASS='FakeWallet'" --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbits-legend +docker run --detach --publish 5000:5000 --name lnbits -e "LNBITS_BACKEND_WALLET_CLASS='FakeWallet'" --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbits ``` Finally you can access your lnbits on your machine at port 5000. @@ -930,7 +930,7 @@ Description=LNbits [Service] # replace with the absolute path of your LNbits installation -WorkingDirectory=/home/lnbits/lnbits-legend +WorkingDirectory=/home/lnbits/lnbits # same here. run `which poetry` if you can't find the poetry binary ExecStart=/home/lnbits/.local/bin/poetry run lnbits # replace with the user that you're running LNbits on