mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 09:14:21 +01:00
remove unnecessary arguments
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user