Skip to content

Commit

Permalink
set hardcoded P2P port
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeterson91 authored Oct 19, 2022
1 parent 42ea3ed commit ad8c1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN apk add --no-cache ca-certificates

COPY --from=builder /go/core-geth/build/bin/geth /usr/local/bin

ENTRYPOINT geth --classic --http --http.addr 0.0.0.0 --http.corsdomain "*" --http.vhosts "*" --ws --ws.origins "*" --ws.addr 0.0.0.0 --syncmode ${SYNCMODE:-snap} $EXTRA_OPTS
ENTRYPOINT geth --classic --http --http.addr 0.0.0.0 --http.corsdomain "*" --http.vhosts "*" --ws --ws.origins "*" --ws.addr 0.0.0.0 --port {$P2P_PORT} --syncmode ${SYNCMODE:-snap} $EXTRA_OPTS

0 comments on commit ad8c1d9

Please sign in to comment.