Skip to content

Commit

Permalink
Update legacy key value format for ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Sep 10, 2024
1 parent bee632a commit 9c5e3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ FROM debian:stable-slim
COPY --from=builder /build/bin/bitcoind /bin
COPY --from=builder /build/bin/bitcoin-cli /bin

ENV HOME /data
ENV HOME=/data
VOLUME /data/.bitcoin

EXPOSE 8332 8333 18332 18333 18443 18444
Expand Down

0 comments on commit 9c5e3f5

Please sign in to comment.