run with poetry run lnbits now
This commit is contained in:
parent
0e95edf6aa
commit
30b3a65ac0
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ services:
|
|||
image: lnbitsdocker/lnbits-legend
|
||||
restart: on-failure
|
||||
user: "0:0"
|
||||
entrypoint: "sh -c 'sleep 30; poetry run uvicorn lnbits.__main__:app --port 5001 --host lnbits'"
|
||||
entrypoint: "sh -c 'sleep 30; poetry run lnbits --port 5001 --host lnbits'"
|
||||
environment:
|
||||
HOST: lnbits
|
||||
DEBUG: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue