path to dockerfile

This commit is contained in:
cventastic
2022-06-02 16:11:16 +02:00
parent 355c998d60
commit 569f5c3f9b

View File

@@ -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