update
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
geth-mainnet:
|
geth-mainnet:
|
||||||
image: ethereum/client-go:v1.13.2
|
image: ethereum/client-go:v1.13.11
|
||||||
expose:
|
expose:
|
||||||
# HTTP server / GraphQL API
|
# HTTP server / GraphQL API
|
||||||
- 8545
|
- 8545
|
||||||
@@ -13,6 +13,8 @@ services:
|
|||||||
[
|
[
|
||||||
# Blockchain sync mode ("snap", "full" or "light")
|
# Blockchain sync mode ("snap", "full" or "light")
|
||||||
"--syncmode=snap",
|
"--syncmode=snap",
|
||||||
|
"--state.scheme=path",
|
||||||
|
"--db.engine=pebble",
|
||||||
"--port=49545",
|
"--port=49545",
|
||||||
# Megabytes of memory allocated to internal caching
|
# Megabytes of memory allocated to internal caching
|
||||||
"--cache=8192",
|
"--cache=8192",
|
||||||
|
|||||||
Reference in New Issue
Block a user