fix syncmode
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
|||||||
- "30303"
|
- "30303"
|
||||||
volumes:
|
volumes:
|
||||||
- geth-mainnet:/.mainnet
|
- 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:
|
networks:
|
||||||
- pocket
|
- pocket
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user