Update DOCKER.md

This commit is contained in:
Justin (shocknet) 2025-11-16 12:31:44 -05:00 committed by GitHub
parent 67e94d51dc
commit eccb754790
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,5 @@
# Docker Installation
> [!WARNING]
> The Docker deployment method is currently unmaintained and may not work as expected. Help is wanted! If you are a Docker enjoyer, please consider contributing to this deployment method.
1. Pull the Docker image:
```ssh
@ -21,4 +18,5 @@ docker run -d \
-v $HOME/.lnd:/root/.lnd \
ghcr.io/shocknet/lightning-pub:latest
```
Network host is used so the service can reach a local LND via localhost. LND is assumed to be under the users home folder, update this location as needed.
Network host is used so the service can reach a local LND via localhost. LND is assumed to be under the users home folder, update these resources as needed.