downgrade cln2 to 22.11.1

This commit is contained in:
dni ⚡ 2023-10-06 16:22:52 +02:00
commit 1739ffbafd
No known key found for this signature in database
GPG key ID: 886317704CC4E618

View file

@ -49,7 +49,7 @@ services:
hostname: clightning-2
depends_on:
- bitcoind
image: boltz/c-lightning:23.08.1
image: boltz/c-lightning:22.11.1
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
expose:
- 9735