Update Dockerfile
Enable txindex for docker by default
This commit is contained in:
parent
f59366c60d
commit
f28e8d11b8
1 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue