Update docker-compose.yml (#5154)

fix typo in txpool flag
This commit is contained in:
Jeff Rossiter 2022-08-23 07:58:23 -07:00 committed by GitHub
parent bebf4a0399
commit 9d3b3ffccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ services:
txpool:
<<: *default-erigon-service
command: txpool ${TXPOOL_FLAGS-} --private.api.addr=erigon:9090 --txpool.api.addr=0.0.0.0:9094 --sentry.api.ddr=sentry:9091 --datadir=/home/erigon/.local/share/erigon
command: txpool ${TXPOOL_FLAGS-} --private.api.addr=erigon:9090 --txpool.api.addr=0.0.0.0:9094 --sentry.api.addr=sentry:9091 --datadir=/home/erigon/.local/share/erigon
rpcdaemon:
<<: *default-erigon-service