Skip to content

Commit

Permalink
chore: update lnd version to 0.18.4 (#4691)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi authored Dec 19, 2024
1 parent 1f4ebb7 commit a2ab6e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/docker-compose.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
lnd1:
image: lightninglabs/lnd:v0.18.3-beta
image: lightninglabs/lnd:v0.18.4-beta
ports:
- "10009:10009"
volumes:
Expand All @@ -198,7 +198,7 @@ services:
cp /root/.lnd/admin.macaroon /root/.lnd/data/chain/bitcoin/regtest/admin.macaroon
/bin/lnd
lnd2:
image: lightninglabs/lnd:v0.18.3-beta
image: lightninglabs/lnd:v0.18.4-beta
ports:
- "10010:10009"
volumes:
Expand All @@ -218,7 +218,7 @@ services:
cp /root/.lnd/admin.macaroon /root/.lnd/data/chain/bitcoin/regtest/admin.macaroon
/bin/lnd
lnd-outside-1:
image: lightninglabs/lnd:v0.18.3-beta
image: lightninglabs/lnd:v0.18.4-beta
ports:
- "10012:10009"
volumes:
Expand All @@ -238,7 +238,7 @@ services:
/bin/lnd
depends_on: [bitcoind]
lnd-outside-2:
image: lightninglabs/lnd:v0.18.3-beta
image: lightninglabs/lnd:v0.18.4-beta
ports:
- "10013:10009"
volumes:
Expand Down

0 comments on commit a2ab6e3

Please sign in to comment.