feat: update to cln 24.11 (#13)
This commit is contained in:
parent
70ea438c33
commit
3f3c48863b
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ services:
|
||||||
hostname: clightning-1
|
hostname: clightning-1
|
||||||
depends_on:
|
depends_on:
|
||||||
- bitcoind
|
- 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'"
|
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:
|
expose:
|
||||||
- 9735
|
- 9735
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
hostname: clightning-3
|
hostname: clightning-3
|
||||||
depends_on:
|
depends_on:
|
||||||
- bitcoind
|
- 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'"
|
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:
|
expose:
|
||||||
- 9735
|
- 9735
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue