mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 13:58:02 -05:00
update defaults host interfaces (#1782)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
committed by
Chris Mckay
parent
bd38bbb048
commit
05d975ab3a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user