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