Update legacy key value format for ENV

This commit is contained in:
nmfretz 2024-09-11 09:47:28 +10:00
parent bee632a851
commit 9c5e3f5f71

View File

@ -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