Skip to content

Commit

Permalink
feat: update to cln 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Dec 16, 2024
1 parent 70ea438 commit 4fed0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
hostname: clightning-1
depends_on:
- bitcoind
image: boltz/c-lightning:24.05
image: boltz/c-lightning:24.11
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 Down Expand Up @@ -78,7 +78,7 @@ services:
hostname: clightning-3
depends_on:
- bitcoind
image: boltz/c-lightning:24.05
image: boltz/c-lightning:24.11
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 4fed0e8

Please sign in to comment.