From eccb754790f9265038c887157844d6793debe793 Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" <34176400+shocknet-justin@users.noreply.github.com> Date: Sun, 16 Nov 2025 12:31:44 -0500 Subject: [PATCH] Update DOCKER.md --- DOCKER.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/DOCKER.md b/DOCKER.md index 8ffbb87d..1e4bebae 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -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.