From 71b70a66e2293ec53bc214f1815c572b378d8091 Mon Sep 17 00:00:00 2001 From: cventastic Date: Sun, 12 Dec 2021 16:36:46 +0100 Subject: [PATCH] fix geth parameters --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index eca2694f..0d85cfaf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: - "30303" volumes: - geth-mainnet:/.mainnet - command: "--rpc --rpcapi eth,net --rpcaddr 0.0.0.0 --rpcport 8545 --rpcvhosts=* --syncmode fast --datadir .mainnet --verbosity 3" + command: "--http --http.api personal,eth,net,web3 --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode fast --datadir .mainnet --verbosity 3" networks: - pocket