From a825b27ccdbc70aa87cdd153875b40fc0e8d9404 Mon Sep 17 00:00:00 2001 From: cventastic Date: Sun, 19 Jun 2022 14:47:18 +0200 Subject: [PATCH] "latest" tag actually was "stable"-tag. with old db schema. --- erigon-bsc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erigon-bsc.yml b/erigon-bsc.yml index 653d2731..4972b802 100644 --- a/erigon-bsc.yml +++ b/erigon-bsc.yml @@ -3,7 +3,7 @@ version: '3.1' services: erigon-bsc: - image: thorax/erigon:latest + image: thorax/erigon:devel command: erigon --chain bsc --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --private.api.addr=0.0.0.0:9090 --pprof --pprof.addr=0.0.0.0 --pprof.port=6061 volumes: - erigon-bsc-volume:/home/erigon/.local/share/erigon @@ -17,7 +17,7 @@ services: restart: unless-stopped rpcdaemon-bsc: - image: thorax/erigon:latest + image: thorax/erigon:devel command: rpcdaemon --datadir=/home/erigon/.local/share/erigon --private.api.addr=erigon:9090 --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,debug,net --ws pid: service:erigon-bsc # Use erigon's PID namespace. It's required to open Erigon's DB from another process (RPCDaemon local-mode) volumes: