mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
bump bitcoind
This commit is contained in:
parent
0f743cec41
commit
10f5967e41
2 changed files with 4 additions and 4 deletions
|
@ -69,7 +69,7 @@ services:
|
|||
- "sshd_datadir:/root/.ssh"
|
||||
|
||||
devlnd:
|
||||
image: btcpayserver/bitcoin:0.19.0.1
|
||||
image: btcpayserver/bitcoin:0.20.1
|
||||
environment:
|
||||
BITCOIN_NETWORK: regtest
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
|
@ -115,7 +115,7 @@ services:
|
|||
|
||||
bitcoind:
|
||||
restart: unless-stopped
|
||||
image: btcpayserver/bitcoin:0.19.0.1
|
||||
image: btcpayserver/bitcoin:0.20.1
|
||||
environment:
|
||||
BITCOIN_NETWORK: regtest
|
||||
BITCOIN_EXTRA_ARGS: |-
|
||||
|
|
|
@ -66,7 +66,7 @@ services:
|
|||
- "sshd_datadir:/root/.ssh"
|
||||
|
||||
devlnd:
|
||||
image: btcpayserver/bitcoin:0.19.0.1
|
||||
image: btcpayserver/bitcoin:0.20.1
|
||||
environment:
|
||||
BITCOIN_NETWORK: regtest
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
|
@ -102,7 +102,7 @@ services:
|
|||
|
||||
bitcoind:
|
||||
restart: unless-stopped
|
||||
image: btcpayserver/bitcoin:0.19.0.1
|
||||
image: btcpayserver/bitcoin:0.20.1
|
||||
environment:
|
||||
BITCOIN_NETWORK: regtest
|
||||
BITCOIN_EXTRA_ARGS: |-
|
||||
|
|
Loading…
Add table
Reference in a new issue