mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-19 05:33:47 +01:00
chore: update readme to use new docker alias (#2246)
`docker pull lnbits/lnbits`
This commit is contained in:
parent
a73eb569ae
commit
6c46867698
@ -101,19 +101,19 @@ SUPER_USER=be54db7f245346c8833eaa430e1e0405 LNBITS_ADMIN_UI=true ./result/bin/ln
|
|||||||
|
|
||||||
use latest version from docker hub
|
use latest version from docker hub
|
||||||
```sh
|
```sh
|
||||||
docker pull lnbitsdocker/lnbits-legend
|
docker pull lnbits/lnbits
|
||||||
wget https://raw.githubusercontent.com/lnbits/lnbits/main/.env.example -O .env
|
wget https://raw.githubusercontent.com/lnbits/lnbits/main/.env.example -O .env
|
||||||
mkdir data
|
mkdir data
|
||||||
docker run --detach --publish 5000:5000 --name lnbits --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbitsdocker/lnbits-legend
|
docker run --detach --publish 5000:5000 --name lnbits --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbits/lnbits
|
||||||
```
|
```
|
||||||
build the image yourself
|
build the image yourself
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/lnbits/lnbits.git
|
git clone https://github.com/lnbits/lnbits.git
|
||||||
cd lnbits
|
cd lnbits
|
||||||
docker build -t lnbitsdocker/lnbits-legend .
|
docker build -t lnbits/lnbits .
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
mkdir data
|
mkdir data
|
||||||
docker run --detach --publish 5000:5000 --name lnbits --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbitsdocker/lnbits-legend
|
docker run --detach --publish 5000:5000 --name lnbits --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbits/lnbits
|
||||||
```
|
```
|
||||||
|
|
||||||
## Option 4: Fly.io
|
## Option 4: Fly.io
|
||||||
|
Loading…
Reference in New Issue
Block a user