Update DOCKER.md
This commit is contained in:
parent
67e94d51dc
commit
eccb754790
1 changed files with 2 additions and 4 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
# Docker Installation
|
# 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:
|
1. Pull the Docker image:
|
||||||
|
|
||||||
```ssh
|
```ssh
|
||||||
|
|
@ -21,4 +18,5 @@ docker run -d \
|
||||||
-v $HOME/.lnd:/root/.lnd \
|
-v $HOME/.lnd:/root/.lnd \
|
||||||
ghcr.io/shocknet/lightning-pub:latest
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue