Skip to content

Commit

Permalink
update defaults host interfaces (#1782)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
  • Loading branch information
joshuafernandes authored and Chris Mckay committed Jul 30, 2019
1 parent bd38bbb commit 05d975a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05d975a

Please sign in to comment.