fix syncmode

This commit is contained in:
cventastic
2021-12-12 16:38:19 +01:00
parent 71b70a66e2
commit eed71811d3

View File

@@ -22,7 +22,7 @@ services:
- "30303"
volumes:
- geth-mainnet:/.mainnet
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"
command: "--http --http.api personal,eth,net,web3 --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .mainnet --verbosity 3"
networks:
- pocket