From edb8d2bfc5af04e06e40ce2598e3f70a1c5d4b4e Mon Sep 17 00:00:00 2001 From: cventastic Date: Fri, 21 Oct 2022 21:10:35 +0200 Subject: [PATCH] older version cause open issues for new one --- erigon-goerli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erigon-goerli.yml b/erigon-goerli.yml index cbcdfdd0..dce93ccf 100644 --- a/erigon-goerli.yml +++ b/erigon-goerli.yml @@ -2,7 +2,7 @@ version: '3.1' services: erigon-trace: - image: thorax/erigon:v2.28.0 + image: thorax/erigon:2022.10.01 expose: - "30303" - "30304" @@ -34,7 +34,7 @@ services: - "prometheus-scrape.metrics_path=/debug/metrics/prometheus" rpcdaemon: - image: thorax/erigon:v2.28.0 + image: thorax/erigon:2022.10.01 command: > rpcdaemon --datadir=/home/erigon/.local/share/erigon/goerli/ --private.api.addr=erigon-trace:9090