remove the = from erigon startup command
This commit is contained in:
@@ -10,23 +10,24 @@ services:
|
||||
- "61044:61044/udp"
|
||||
restart: unless-stopped
|
||||
command: >
|
||||
--chain=bor-mainnet \
|
||||
--datadir=/datadir \
|
||||
--ethash.dagdir=/datadir/ethash \
|
||||
--chain bor-mainnet \
|
||||
--snapshots false
|
||||
--datadir /datadir \
|
||||
--ethash.dagdir /datadir/ethash \
|
||||
--snap.stop \
|
||||
--bor.heimdall=http://localhost:1317 \
|
||||
--bor.heimdall=https://heimdall.stakesystems.io \
|
||||
--http --http.addr=0.0.0.0 --http.port=8545 \
|
||||
--http.compression --http.vhosts=* --http.corsdomain=* \
|
||||
--http.api=eth,debug,net,trace,web3,erigon,bor \
|
||||
--bor.heimdall http://localhost:1317 \
|
||||
--bor.heimdall https://heimdall.stakesystems.io \
|
||||
--http --http.addr 0.0.0.0 --http.port 8545 \
|
||||
--http.compression --http.vhosts * --http.corsdomain * \
|
||||
--http.api eth,debug,net,trace,web3,erigon,bor \
|
||||
--ws --ws.compression \
|
||||
--rpc.gascap=300000000 \
|
||||
--metrics --metrics.addr=0.0.0.0 --metrics.port=6060 \
|
||||
--bodies.cache=5G --rpc.batch.limit=200000 \
|
||||
--db.pagesize=16k \
|
||||
--batchSize=2048MB \
|
||||
--port=61044
|
||||
--p2p.protocol=66
|
||||
--rpc.gascap 300000000 \
|
||||
--metrics --metrics.addr 0.0.0.0 --metrics.port 6060 \
|
||||
--bodies.cache 5G --rpc.batch.limit 200000 \
|
||||
--db.pagesize 16k \
|
||||
--batchSize 2048MB \
|
||||
--port 61044
|
||||
--p2p.protocol 66
|
||||
stop_grace_period: 1m
|
||||
labels:
|
||||
- "prometheus-scrape.enabled=true"
|
||||
|
||||
Reference in New Issue
Block a user