mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-12 19:20:48 +02:00
Update legacy key value format for ENV
This commit is contained in:
parent
bee632a851
commit
9c5e3f5f71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user