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