From 08462b958cdd2e7b0e7e6f935958cc81c33cc958 Mon Sep 17 00:00:00 2001 From: jiangbo Date: Thu, 7 Sep 2023 11:31:55 +0800 Subject: [PATCH] Remove the default http.api configuration to avoid overwriting the configuration in geth.yml --- geth/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth/docker-entrypoint.sh b/geth/docker-entrypoint.sh index 600d0667..ac71d0b8 100755 --- a/geth/docker-entrypoint.sh +++ b/geth/docker-entrypoint.sh @@ -51,7 +51,7 @@ if [[ "${NETWORK}" =~ ^https?:// ]]; then touch /var/lib/goethereum/setupdone fi else - __network="--${NETWORK} --http.api web3,eth,net" + __network="--${NETWORK}" fi # Set verbosity