Skip to content

Commit a99ac53

Browse files
authored
Dockerfile: unexpose port 8547 as GraphQL was merged into HTTP endpoint (#21556)
1 parent 4e26413 commit a99ac53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ FROM alpine:latest
1212
RUN apk add --no-cache ca-certificates
1313
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
1414

15-
EXPOSE 8545 8546 8547 30303 30303/udp
15+
EXPOSE 8545 8546 30303 30303/udp
1616
ENTRYPOINT ["geth"]

Dockerfile.alltools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ FROM alpine:latest
1212
RUN apk add --no-cache ca-certificates
1313
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
1414

15-
EXPOSE 8545 8546 8547 30303 30303/udp
15+
EXPOSE 8545 8546 30303 30303/udp

0 commit comments

Comments
 (0)