From a24a94df2b9cdb94779127d32e6569b9f46f9939 Mon Sep 17 00:00:00 2001 From: cventastic Date: Fri, 17 Jun 2022 10:05:04 +0200 Subject: [PATCH] reeeewind. must update to previous versions first for db update. --- erigon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erigon.yml b/erigon.yml index 5348cc9c..2ec65015 100644 --- a/erigon.yml +++ b/erigon.yml @@ -2,7 +2,7 @@ version: '3.1' services: erigon-trace: - image: thorax/erigon:v2022.06.03 + image: thorax/erigon:v2022.02.04 expose: - "30303" - "30304" @@ -15,7 +15,7 @@ services: restart: unless-stopped rpcdaemon: - image: thorax/erigon:v2022.06.03 + image: thorax/erigon:v2022.02.04 command: rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon-trace:9090 --txpool.api.addr=erigon-trace:9090 --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,erigon,web3,net,debug,trace,txpool --ws pid: service:erigon-trace # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode) volumes: