fix: lnbits docker image
This commit is contained in:
parent
a09dda1d5f
commit
bfd4515f9c
1 changed files with 1 additions and 3 deletions
|
|
@ -7,10 +7,8 @@ services:
|
||||||
image: lnbits/lnbits
|
image: lnbits/lnbits
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
user: "0:0"
|
user: "0:0"
|
||||||
entrypoint: "sh -c 'sleep 30; uv run lnbits'"
|
|
||||||
environment:
|
environment:
|
||||||
HOST: lnbits
|
LNBITS_PORT: 5001
|
||||||
PORT: 5001
|
|
||||||
DEBUG: true
|
DEBUG: true
|
||||||
LNBITS_ADMIN_UI: false
|
LNBITS_ADMIN_UI: false
|
||||||
LNBITS_BACKEND_WALLET_CLASS: "LndRestWallet"
|
LNBITS_BACKEND_WALLET_CLASS: "LndRestWallet"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue