remove any formatting form the startup command
This commit is contained in:
@@ -9,25 +9,7 @@ services:
|
|||||||
- "61044:61044"
|
- "61044:61044"
|
||||||
- "61044:61044/udp"
|
- "61044:61044/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: >
|
command: --chain bor-mainnet--snapshots false --datadir /datadir --ethash.dagdir /datadir/ethash --snap.stop --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
|
||||||
--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
|
|
||||||
--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
|
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
- "prometheus-scrape.enabled=true"
|
- "prometheus-scrape.enabled=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user