mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
docker-compose.yml add sentry addr to txpool #5134
This commit is contained in:
parent
316ed48427
commit
3c0a514f75
@ -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
|
||||
command: txpool ${TXPOOL_FLAGS-} --private.api.addr=erigon:9090 --txpool.api.addr=0.0.0.0:9094 --sentry.api.ddr=sentry:9091
|
||||
|
||||
rpcdaemon:
|
||||
<<: *default-erigon-service
|
||||
|
Loading…
Reference in New Issue
Block a user