1
0

Bump monacoin to 0.20.2 (#563)

This commit is contained in:
Jin Eguchi
2021-12-13 20:04:26 +09:00
committed by GitHub
parent 6920b800bc
commit 595a71100e
2 changed files with 5 additions and 3 deletions

View File

@@ -4,11 +4,13 @@ services:
monacoind:
restart: unless-stopped
container_name: btcpayserver_monacoind
image: wakiyamap/docker-monacoin:0.17.1
image: wakiyamap/docker-monacoin:0.20.2
environment:
BITCOIN_EXTRA_ARGS: |
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
rpcport=43782
rpcbind=0.0.0.0:43782
rpcallowip=0.0.0.0/0
port=39388
whitelist=0.0.0.0/0
expose: