From ea12105a03b9314070150ad2ca14b29dd66798ed Mon Sep 17 00:00:00 2001 From: cventastic Date: Fri, 26 Aug 2022 14:52:14 +0200 Subject: [PATCH] set correct release tag --- erigon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erigon.yml b/erigon.yml index fc5b10ae..f43c2ad4 100644 --- a/erigon.yml +++ b/erigon.yml @@ -2,7 +2,7 @@ version: '3.1' services: erigon-trace: - image: thorax/erigon:2022.08.02-alpha + image: thorax/erigon:v2022.08.02 expose: - "30303" - "30304" @@ -21,7 +21,7 @@ services: restart: unless-stopped rpcdaemon: - image: thorax/erigon:2022.08.02-alpha + image: thorax/erigon:v2022.08.02 command: > rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon-trace:9090