From d579acd5f6781c9d02d1ab8e7a27e5f93df8fce0 Mon Sep 17 00:00:00 2001 From: Yohan9206 Date: Thu, 31 Jul 2025 22:56:40 +0300 Subject: [PATCH] fixin again the external access --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b70e9e8a0..9b447867e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apk add --no-cache ca-certificates COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/ EXPOSE 8545 8546 30303 30303/udp -ENTRYPOINT ["geth"] +ENTRYPOINT ["geth", "--dev", "--http", "--http.addr", "0.0.0.0", "--http.api", "eth,net,web3,personal"] # Add some metadata labels to help programmatic image consumption ARG COMMIT=""