1
0

rebump liquid

This commit is contained in:
Andrew Camilleri
2021-12-28 15:06:53 +01:00
committed by GitHub
parent 7ed86a14a5
commit d73cab1ebb

View File

@@ -4,7 +4,7 @@ services:
elementsd_liquid:
restart: unless-stopped
container_name: btcpayserver_elementsd_liquid
image: btcpayserver/elements:0.18.1.12
image: btcpayserver/elements:0.21.0.1
environment:
ELEMENTS_NETWORK: ${NBITCOIN_NETWORK:-regtest}
ELEMENTS_MAINNET_CHAIN: "liquidv1"
@@ -17,6 +17,7 @@ services:
whitelist=0.0.0.0/0
validatepegin=0
fallbackfee=0.000001
rpcallowip=0.0.0.0/0
expose:
- "43782"
- "39388"