Browse Source

Add more ports to EXPOSE

v0.19.0.1
Luke Childs 5 years ago
parent
commit
2a0a97701a
  1. 2
      Dockerfile

2
Dockerfile

@ -30,6 +30,6 @@ RUN cd /tmp && \
ENV HOME /data
VOLUME /data/.bitcoin
EXPOSE 8332 8333
EXPOSE 8332 8333 18332 18333 18443 18444
ENTRYPOINT ["bitcoind"]

Loading…
Cancel
Save