mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-29 05:22:36 +02:00
add bitcoind ENTRYPOINT
This commit is contained in:
parent
3de63e8359
commit
0897d6de00
@ -91,4 +91,5 @@ COPY --from=bitcoin-core /opt /opt
|
|||||||
|
|
||||||
EXPOSE 8332 8333 18332 18333 18444 28333 28332
|
EXPOSE 8332 8333 18332 18333 18444 28333 28332
|
||||||
|
|
||||||
|
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