This commit is contained in:
Kukks 2024-06-12 19:39:17 +02:00
parent 5bc9285e84
commit 487f967607
No known key found for this signature in database
GPG Key ID: 8E5530D9D1C93097
2 changed files with 4 additions and 4 deletions

View File

@ -163,7 +163,7 @@ services:
- "bitcoin_datadir:/data"
customer_lightningd:
image: btcpayserver/lightning:v24.02.2
image: btcpayserver/lightning:v24.05
stop_signal: SIGKILL
restart: unless-stopped
environment:
@ -191,7 +191,7 @@ services:
- bitcoind
merchant_lightningd:
image: btcpayserver/lightning:v24.02.2
image: btcpayserver/lightning:v24.05
stop_signal: SIGKILL
environment:
EXPOSE_TCP: "true"

View File

@ -149,7 +149,7 @@ services:
- "bitcoin_datadir:/data"
customer_lightningd:
image: btcpayserver/lightning:v24.02.2
image: btcpayserver/lightning:v24.05
stop_signal: SIGKILL
restart: unless-stopped
environment:
@ -177,7 +177,7 @@ services:
- bitcoind
merchant_lightningd:
image: btcpayserver/lightning:v24.02.2
image: btcpayserver/lightning:v24.05
stop_signal: SIGKILL
environment:
EXPOSE_TCP: "true"