1
0

Merge branch '0210' into master

This commit is contained in:
nicolas.dorier
2021-01-26 12:41:29 +09:00
4 changed files with 20 additions and 20 deletions

View File

@@ -4,13 +4,13 @@ services:
bitcoind:
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: btcpayserver/bitcoin:0.20.1
image: btcpayserver/bitcoin:0.21.0
environment:
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
BITCOIN_WALLETDIR: "/walletdata"
BITCOIN_EXTRA_ARGS: |
rpcport=43782
rpcbind=0.0.0.0:43782
rpcallowip=0.0.0.0/0
port=39388
whitelist=0.0.0.0/0
maxmempool=500

View File

@@ -4,7 +4,7 @@ services:
nbxplorer:
restart: unless-stopped
image: nicolasdorier/nbxplorer:2.1.47
image: nicolasdorier/nbxplorer:2.1.49
expose:
- "32838"
environment: