chore: change metrics default port from 9000 to 9001 (#3295)

This commit is contained in:
Léo Vincent
2023-06-21 11:25:55 +02:00
committed by GitHub
parent 4dd9c9b25a
commit b578718eb8
6 changed files with 15 additions and 15 deletions

View File

@ -33,5 +33,5 @@ WORKDIR app
# Copy reth over from the build stage
COPY --from=builder /app/target/release/reth /usr/local/bin
EXPOSE 30303 30303/udp 9000 8545 8546
EXPOSE 30303 30303/udp 9001 8545 8546
ENTRYPOINT ["/usr/local/bin/reth"]