RTL: Upgrade to v0.12.3 (#638)
This contains the cookie not being generated bugfix, see Ride-The-Lightning/RTL#994. Fixes btcpayserver/btcpayserver#3700.
This commit is contained in:
@@ -72,7 +72,7 @@ services:
|
||||
- "3001"
|
||||
|
||||
bitcoin_rtl:
|
||||
image: shahanafarooqui/rtl:0.12.2
|
||||
image: shahanafarooqui/rtl:0.12.3
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LN_IMPLEMENTATION: CLT
|
||||
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
- bitcoind
|
||||
|
||||
bitcoin_rtl:
|
||||
image: shahanafarooqui/rtl:0.12.2
|
||||
image: shahanafarooqui/rtl:0.12.3
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LN_IMPLEMENTATION: ECL
|
||||
@@ -78,4 +78,4 @@ required:
|
||||
- "opt-add-zmq"
|
||||
- "opt-txindex"
|
||||
exclusive:
|
||||
- lightning
|
||||
- lightning
|
||||
|
||||
@@ -46,7 +46,7 @@ services:
|
||||
- bitcoind
|
||||
|
||||
bitcoin_rtl:
|
||||
image: shahanafarooqui/rtl:0.12.2
|
||||
image: shahanafarooqui/rtl:0.12.3
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LND_SERVER_URL: http://lnd_bitcoin:8080/v1
|
||||
@@ -110,4 +110,4 @@ volumes:
|
||||
required:
|
||||
- "opt-add-zmq"
|
||||
exclusive:
|
||||
- lightning
|
||||
- lightning
|
||||
|
||||
Reference in New Issue
Block a user