fix syncmode

This commit is contained in:
cventastic
2021-12-12 17:32:49 +01:00
parent f70da65c37
commit d9fc75c404

View File

@@ -22,7 +22,7 @@ services:
- "30303" - "30303"
volumes: volumes:
- geth-goerli:/.goerli - geth-goerli:/.goerli
command: "--goerli --http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode fast --datadir .goerli --verbosity 3" command: "--goerli --http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .goerli --verbosity 3"
networks: networks:
- pocket - pocket
@@ -34,7 +34,7 @@ services:
- "30303" - "30303"
volumes: volumes:
- geth-rinkeby:/.rinkeby - geth-rinkeby:/.rinkeby
command: "--rinkeby --http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode fast --datadir .rinkeby --verbosity 3" command: "--rinkeby --http --http.api eth,net --http.addr 0.0.0.0 --http.port 8545 --http.vhosts=* --syncmode full --datadir .rinkeby --verbosity 3"
networks: networks:
- pocket - pocket