remove unnecessary arguments

This commit is contained in:
snogcel
2018-11-27 13:06:35 -07:00
parent 1aa5894895
commit 2961c5fe45

View File

@@ -7,11 +7,9 @@ services:
image: snogcel/docker-dash:0.12.3 image: snogcel/docker-dash:0.12.3
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
printtoconsole=1
rpcallowip=::/0
rpcport=9998
${NBITCOIN_NETWORK:-regtest}=1 ${NBITCOIN_NETWORK:-regtest}=1
port=9999 port=9999
rpcport=9998
whitelist=0.0.0.0/0 whitelist=0.0.0.0/0
expose: expose:
- "9998" - "9998"