update defaults host interfaces (#1782)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Joshua Fernandes 5 years ago committed by Chris Mckay
parent bd38bbb048
commit 05d975ab3a
  1. 5
      docker/Dockerfile

@ -11,6 +11,11 @@ WORKDIR /opt/pantheon
# 30303 P2P
EXPOSE 8545 8546 8547 30303
# defaults for host interfaces
ENV PANTHEON_RPC_HTTP_HOST 0.0.0.0
ENV PANTHEON_RPC_WS_HOST 0.0.0.0
ENV PANTHEON_GRAPHQL_HTTP_HOST 0.0.0.0
ENTRYPOINT ["/opt/pantheon/bin/pantheon"]
# Build-time metadata as defined at http://label-schema.org

Loading…
Cancel
Save