docker-compose.yml disable build-in downloader #5135

This commit is contained in:
Alex Sharov 2022-08-22 18:13:36 +07:00 committed by GitHub
parent 3c0a514f75
commit 8e136836c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ services:
context: .
command: |
erigon ${ERIGON_FLAGS-} --private.api.addr=0.0.0.0:9090
--sentry.api.addr=sentry:9091 --downloader.api.addr=downloader:9093 --txpool.disable
--sentry.api.addr=sentry:9091 --downloader.api.addr=downloader:9093 --no-downloader --txpool.disable
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --pprof --pprof.addr=0.0.0.0 --pprof.port=6061
--authrpc.jwtsecret=/home/erigon/.local/share/erigon/jwt.hex
ports: [ "8551:8551" ]