try remove whitespace

This commit is contained in:
Kukks 2023-05-25 13:56:58 +02:00
parent 1f38a87fcf
commit 0571ca0c40
No known key found for this signature in database
GPG Key ID: 8E5530D9D1C93097

View File

@ -9,15 +9,18 @@ services:
ELEMENTS_NETWORK: ${NBITCOIN_NETWORK:-regtest}
ELEMENTS_MAINNET_CHAIN: "liquidv1"
ELEMENTS_WALLETDIR: "/walletdata"
# rpcport and rpcbind seems duplicates, but they are not
# rpcport is using by some tooling to automatically get
# the rpcport from the configuration file. Do not remove!
ELEMENTS_EXTRA_ARGS: |
rpcport=43782
rpcbind=0.0.0.0:43782
rpcauth=liquid:c8bf1a8961d97f224cb21224aaa8235d$$402f4a8907683d057b8c58a42940b6e54d1638322a42986ae28ebb844e603ae6
rpcallowip=0.0.0.0/0
port=39388
whitelist=0.0.0.0/0
rpcauth=liquid:c8bf1a8961d97f224cb21224aaa8235d$$402f4a8907683d057b8c58a42940b6e54d1638322a42986ae28ebb844e603ae6
validatepegin=0
fallbackfee=0.000001
rpcallowip=0.0.0.0/0
expose:
- "43782"
- "39388"