mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +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"
|
- "sshd_datadir:/root/.ssh"
|
||||||
|
|
||||||
devlnd:
|
devlnd:
|
||||||
image: btcpayserver/bitcoin:0.19.0.1
|
image: btcpayserver/bitcoin:0.20.1
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_NETWORK: regtest
|
BITCOIN_NETWORK: regtest
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
|
@ -115,7 +115,7 @@ services:
|
||||||
|
|
||||||
bitcoind:
|
bitcoind:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: btcpayserver/bitcoin:0.19.0.1
|
image: btcpayserver/bitcoin:0.20.1
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_NETWORK: regtest
|
BITCOIN_NETWORK: regtest
|
||||||
BITCOIN_EXTRA_ARGS: |-
|
BITCOIN_EXTRA_ARGS: |-
|
||||||
|
|
|
@ -66,7 +66,7 @@ services:
|
||||||
- "sshd_datadir:/root/.ssh"
|
- "sshd_datadir:/root/.ssh"
|
||||||
|
|
||||||
devlnd:
|
devlnd:
|
||||||
image: btcpayserver/bitcoin:0.19.0.1
|
image: btcpayserver/bitcoin:0.20.1
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_NETWORK: regtest
|
BITCOIN_NETWORK: regtest
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
|
@ -102,7 +102,7 @@ services:
|
||||||
|
|
||||||
bitcoind:
|
bitcoind:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: btcpayserver/bitcoin:0.19.0.1
|
image: btcpayserver/bitcoin:0.20.1
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_NETWORK: regtest
|
BITCOIN_NETWORK: regtest
|
||||||
BITCOIN_EXTRA_ARGS: |-
|
BITCOIN_EXTRA_ARGS: |-
|
||||||
|
|
Loading…
Add table
Reference in a new issue