bump version and raise limit for response sizes

This commit is contained in:
Sebastian
2023-04-03 13:26:23 +02:00
parent 753b3ba30b
commit a83755b6e3

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
erigon-mainnet:
image: thorax/erigon:v2.40.1
image: thorax/erigon:v2.42.0
expose:
- "16630"
- "9090"
@@ -34,6 +34,7 @@ services:
--http.vhosts=*
--http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1000000
--ws
restart: unless-stopped
stop_grace_period: 1m