Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

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

Please sign in to comment.