mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 15:34:31 +01:00
remove unnecessary arguments
This commit is contained in:
@@ -7,11 +7,9 @@ services:
|
||||
image: snogcel/docker-dash:0.12.3
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
printtoconsole=1
|
||||
rpcallowip=::/0
|
||||
rpcport=9998
|
||||
${NBITCOIN_NETWORK:-regtest}=1
|
||||
port=9999
|
||||
rpcport=9998
|
||||
whitelist=0.0.0.0/0
|
||||
expose:
|
||||
- "9998"
|
||||
|
||||
Reference in New Issue
Block a user