Skip to content

Commit

Permalink
chore: update cln version
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Jul 31, 2024
1 parent 826f33f commit 2587d1f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
lnbits:
hostname: lnbits
Expand Down Expand Up @@ -38,7 +37,7 @@ services:
hostname: clightning-1
depends_on:
- bitcoind
image: boltz/c-lightning:24.02.2
image: boltz/c-lightning:24.05
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --grpc-port 9736 --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
expose:
- 9735
Expand All @@ -51,7 +50,7 @@ services:
hostname: clightning-2
depends_on:
- bitcoind
image: boltz/c-lightning:22.11.1
image: boltz/c-lightning:24.05
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --grpc-port 9737 --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
expose:
- 9735
Expand All @@ -78,7 +77,7 @@ services:
hostname: clightning-3
depends_on:
- bitcoind
image: boltz/c-lightning:23.08.1
image: boltz/c-lightning:24.05
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --grpc-port 9738 --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
expose:
- 9735
Expand Down

0 comments on commit 2587d1f

Please sign in to comment.