Browse Source

Dockerfile: unexpose port 8547 as GraphQL was merged into HTTP endpoint (#21556)

Shude Li 5 năm trước cách đây
mục cha
commit
a99ac5335c
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.alltools

+ 1 - 1
Dockerfile

@@ -12,5 +12,5 @@ FROM alpine:latest
 RUN apk add --no-cache ca-certificates
 COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
 
-EXPOSE 8545 8546 8547 30303 30303/udp
+EXPOSE 8545 8546 30303 30303/udp
 ENTRYPOINT ["geth"]

+ 1 - 1
Dockerfile.alltools

@@ -12,4 +12,4 @@ FROM alpine:latest
 RUN apk add --no-cache ca-certificates
 COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
 
-EXPOSE 8545 8546 8547 30303 30303/udp
+EXPOSE 8545 8546 30303 30303/udp