Ver Fonte

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

Shude Li há 5 anos atrás
pai
commit
a99ac5335c
2 ficheiros alterados com 2 adições e 2 exclusões
  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