LND
Docker app from Raccommode's Repository
Overview
LND is the Lightning Network Daemon, a complete Lightning Network node implementation. This template starts LND on Bitcoin mainnet with the Neutrino light-client backend by default, exposes the Lightning P2P, gRPC, and REST ports, and persists the full /root/.lnd directory. LND can custody real bitcoin; back up the wallet seed and static channel backup before funding channels.
Requirements
LND has no web interface. Use lncli inside the container or connect compatible Lightning tools through gRPC/REST with the generated TLS certificate and macaroons from /root/.lnd. For a production routing node, consider editing Post Arguments to use your own Bitcoin Core or btcd backend instead of Neutrino.
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
LND DataPathrw
Persistent LND data, wallet, TLS certificate, macaroons, channel database, logs, and static channel backup.
- Target
- /root/.lnd
- Default
- /mnt/user/appdata/lnd
- Value
- /mnt/user/appdata/lnd
Lightning P2P PortPorttcp
Lightning peer-to-peer port. Forward this port from your router if this node should accept inbound public peers.
- Target
- 9735
- Default
- 9735
- Value
- 9735
gRPC API PortPorttcp
LND gRPC API port. Requires TLS and macaroons.
- Target
- 10009
- Default
- 10009
- Value
- 10009
REST API PortPorttcp
LND REST API port. Requires TLS and macaroons. Host port defaults to 8081 to avoid common web UI port conflicts.
- Target
- 8080
- Default
- 8081
- Value
- 8081
Categories
Details
Repository
lightninglabs/lnd:v0.20.1-betaLast Updated2026-05-31
First Seen2026-05-16
Run LND on Unraid.
LND is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.