Skip to content

Commit

Permalink
update defaults host interfaces (PegaSysEng#1782)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes authored and Errorific committed Jul 30, 2019
1 parent 3598fc1 commit 86ec22f
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 86ec22f

Please sign in to comment.