do not depend on lnbits duckerhub image

This commit is contained in:
dni 2022-07-08 13:03:47 +02:00
commit 2c8472567f
2 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,7 @@ version: "3.7"
services:
lnbits:
hostname: lnbits
image: lnbitsdocker/lnbits-legend
image: lnbits-legend
restart: on-failure
user: "0:0"
entrypoint: "sh -c 'sleep 30; uvicorn lnbits.__main__:app --port 5000 --host lnbits --reload'"