Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Update to LND 0.15.1 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
  • Loading branch information
nolim1t and AaronDewes authored Sep 4, 2022
1 parent 61f5f9f commit 302774d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
ipv4_address: $BITCOIN_IP
lightning:
container_name: lightning
image: lightninglabs/lnd:v0.15.0-beta@sha256:d227a9db0727ff56020c8d6604c8c369757123d238ab6ce679579c2dd0d0d259
image: lightninglabs/lnd:v0.15.1-beta@sha256:b2a5f62806d1a295c4e600e0b99159cbfae1d5caf338db01bccfbc8393838275
user: 1000:1000
depends_on:
- tor
Expand Down
4 changes: 2 additions & 2 deletions services/lightning/lnd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lightning:
container_name: lightning
image: lightninglabs/lnd:v0.15.0-beta@sha256:d227a9db0727ff56020c8d6604c8c369757123d238ab6ce679579c2dd0d0d259
image: lightninglabs/lnd:v0.15.1-beta@sha256:b2a5f62806d1a295c4e600e0b99159cbfae1d5caf338db01bccfbc8393838275
user: 1000:1000
depends_on:
- tor
Expand All @@ -18,4 +18,4 @@ lightning:
- $LND_GRPC_PORT:$LND_GRPC_PORT
networks:
default:
ipv4_address: $LND_IP
ipv4_address: $LND_IP

0 comments on commit 302774d

Please sign in to comment.