mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-25 19:42:35 +02:00
document REST port :8080
This commit is contained in:
parent
cb535261c5
commit
74bc40cd4c
@ -86,7 +86,7 @@ VOLUME /root/.bitcoin
|
|||||||
|
|
||||||
COPY --from=bitcoin-core /opt /opt
|
COPY --from=bitcoin-core /opt /opt
|
||||||
|
|
||||||
EXPOSE 8332 8333 18332 18333 18444 28333 28332
|
EXPOSE 8080 8332 8333 18332 18333 18444 28333 28332
|
||||||
|
|
||||||
ENTRYPOINT ["bitcoind"]
|
ENTRYPOINT ["bitcoind"]
|
||||||
CMD ["bitcoind", "-zmqpubrawblock=tcp://0.0.0.0:28332", "-zmqpubrawtx=tcp://0.0.0.0:28333"]
|
CMD ["bitcoind", "-zmqpubrawblock=tcp://0.0.0.0:28332", "-zmqpubrawtx=tcp://0.0.0.0:28333"]
|
||||||
|
Loading…
Reference in New Issue
Block a user