1
0
This commit is contained in:
nicolas.dorier
2020-01-15 14:23:21 +09:00
parent acebd44681
commit 5fea4dac3d
5 changed files with 26 additions and 26 deletions

View File

@@ -2,7 +2,7 @@ version: "3"
services:
lnd_bitcoin:
image: btcpayserver/lnd:v0.7.1-beta-withseed-2
image: btcpayserver/lnd:v0.8.2-beta
container_name: btcpayserver_lnd_bitcoin
restart: unless-stopped
environment:

View File

@@ -4,7 +4,7 @@ services:
bitcoind:
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: btcpayserver/bitcoin:0.18.0-1
image: btcpayserver/bitcoin:0.19.0.1
environment:
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
BITCOIN_WALLETDIR: "/walletdata"

View File

@@ -2,7 +2,7 @@ version: "3"
services:
lnd_litecoin:
image: btcpayserver/lnd:v0.7.1-beta-withseed-2
image: btcpayserver/lnd:v0.8.2-beta
container_name: btcpayserver_lnd_litecoin
restart: unless-stopped
environment: