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