Enable lightning on front end

This commit is contained in:
benthecarman
2023-07-25 15:05:01 -05:00
parent b6e11042a1
commit 53132985ac

View File

@@ -159,6 +159,7 @@ services:
environment:
FRONTEND_HTTP_PORT: "8080"
BACKEND_MAINNET_HTTP_HOST: "api"
LIGHTNING: "true"
image: mempool/frontend:latest
user: "0:1000"
restart: always