Skip to content

Commit

Permalink
Add P2P port to beacon envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Jul 5, 2024
1 parent 288d11a commit 80c266a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon-chain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG UPSTREAM_VERSION
FROM statusim/nimbus-eth2:multiarch-${UPSTREAM_VERSION}

ARG NETWORK
ARG P2P_PORT
ARG STAKER_SCRIPTS_VERSION

USER root
Expand All @@ -15,6 +16,7 @@ COPY jwtsecret.hex /jwtsecret
ENV JWT_SECRET_FILE=/jwtsecret \
NETWORK=${NETWORK} \
VALIDATOR_PORT=3500 \
P2P_PORT=${P2P_PORT} \
NIMBUS_BIN="/home/user/nimbus_beacon_node" \
DATA_DIR="/home/user/nimbus-eth2/build/data" \
TOKEN_FILE="${DATA_DIR}/auth-token" \
Expand Down

0 comments on commit 80c266a

Please sign in to comment.