mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
remove quotes from wtclient fragment
This commit is contained in:
parent
e0bb3b82b0
commit
b2c7a3e6ea
@ -5,4 +5,4 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
LND_EXTRA_ARGS: |
|
LND_EXTRA_ARGS: |
|
||||||
wtclient.active=1
|
wtclient.active=1
|
||||||
wtclient.sweep-fee-rate="${LND_WTCLIENT_SWEEP_FEE:-10}"
|
wtclient.sweep-fee-rate=${LND_WTCLIENT_SWEEP_FEE:-10}
|
||||||
|
Loading…
Reference in New Issue
Block a user