diff --git a/docker-compose-generator/docker-fragments/liquid.yml b/docker-compose-generator/docker-fragments/liquid.yml index 492a12d..1cbe205 100644 --- a/docker-compose-generator/docker-fragments/liquid.yml +++ b/docker-compose-generator/docker-fragments/liquid.yml @@ -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"