From 569f5c3f9bcb955dff776b0e9529210ccd7c6e82 Mon Sep 17 00:00:00 2001 From: cventastic Date: Thu, 2 Jun 2022 16:11:16 +0200 Subject: [PATCH] path to dockerfile --- erigon-bsc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erigon-bsc.yml b/erigon-bsc.yml index 716e43b5..d9925754 100644 --- a/erigon-bsc.yml +++ b/erigon-bsc.yml @@ -4,7 +4,7 @@ services: erigon-bsc: image: thorax/erigon:latest - build: . + build: erigon-bsc/ 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