mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
try remove whitespace
This commit is contained in:
parent
1f38a87fcf
commit
0571ca0c40
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user