Skip to content

Commit

Permalink
Merge pull request #19 from dappnode/alexpeterson91-snap-sync
Browse files Browse the repository at this point in the history
Make default syncmode  snap instead fast
  • Loading branch information
alexpeterson91 authored Jul 6, 2022
2 parents d8cf6bc + bc84c36 commit 6300d59
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:-fast} $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 --syncmode ${SYNCMODE:-snap} $EXTRA_OPTS

0 comments on commit 6300d59

Please sign in to comment.