From f28e8d11b85cf55a056ec9a0d91a0986e514c56c Mon Sep 17 00:00:00 2001 From: kodxana Date: Fri, 13 May 2022 00:44:19 +0200 Subject: [PATCH] Update Dockerfile Enable txindex for docker by default --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d52b168a..ffa48fd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,8 @@ COPY --from=build-container /go/bin /bin VOLUME ["/root/.lbcd"] +RUN echo "txindex=1" >> /root/.lbcd/lbcd.conf + EXPOSE 9245 9246 ENTRYPOINT ["lbcd"]