mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 22:54:20 +01:00
Update NBX and Bitcoin Core
This commit is contained in:
@@ -4,11 +4,11 @@ services:
|
||||
bitcoind:
|
||||
restart: unless-stopped
|
||||
container_name: btcpayserver_bitcoind
|
||||
image: btcpayserver/bitcoin:0.17.0
|
||||
image: btcpayserver/bitcoin:0.18.0
|
||||
environment:
|
||||
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
rpcport=43782
|
||||
rpcbind=0.0.0.0:43782
|
||||
port=39388
|
||||
disablewallet=1
|
||||
whitelist=0.0.0.0/0
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
|
||||
nbxplorer:
|
||||
restart: unless-stopped
|
||||
image: nicolasdorier/nbxplorer:2.0.0.31
|
||||
image: nicolasdorier/nbxplorer:2.0.0.37
|
||||
expose:
|
||||
- "32838"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user