set LNBITS_ADMIN_UI to true

This commit is contained in:
Patrick Mulligan 2026-01-19 06:14:19 -05:00
commit ada13b1141

View file

@ -10,7 +10,7 @@ services:
environment: environment:
LNBITS_PORT: 5001 LNBITS_PORT: 5001
DEBUG: true DEBUG: true
LNBITS_ADMIN_UI: false LNBITS_ADMIN_UI: true
LNBITS_BACKEND_WALLET_CLASS: "LndRestWallet" LNBITS_BACKEND_WALLET_CLASS: "LndRestWallet"
LNBITS_DATA_FOLDER: "./data" LNBITS_DATA_FOLDER: "./data"
LND_REST_ENDPOINT: "https://lnd-3:8081/" LND_REST_ENDPOINT: "https://lnd-3:8081/"