change lnbits namespace in docker compose

This commit is contained in:
dni ⚡ 2022-08-29 10:54:17 +02:00
commit f752aa93b8
2 changed files with 2 additions and 6 deletions

View file

@ -7,8 +7,7 @@ services:
- boltz
- mempool-api
- lnd-3
image: lnbits-legend
# image: lnbitsdocker/lnbits-legend
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'"