From aa6cd65d3761741d272711932c4190e930f6e6d0 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:57:23 +0200 Subject: [PATCH] needs the executable in command --- erigon-bsc-fullnode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erigon-bsc-fullnode.yml b/erigon-bsc-fullnode.yml index 669ba560..d6a8f97c 100644 --- a/erigon-bsc-fullnode.yml +++ b/erigon-bsc-fullnode.yml @@ -10,7 +10,7 @@ services: - "38554:38554" - "38554:38554/udp" restart: unless-stopped - command: --chain=bsc --prune=hrtc --sentry.drop-useless-peers --http --http.addr=0.0.0.0 --http.port=8545 --http.compression --http.vhosts='*' --http.corsdomain='*' --http.api=eth,debug,net,web3,erigon --ws --ws.compression --rpc.gascap=300000000 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --bodies.cache=5G --rpc.batch.limit=200000 --batchSize=2048MB --port=38554 --p2p.protocol=66 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 + command: erigon --chain=bsc --prune=hrtc --sentry.drop-useless-peers --http --http.addr=0.0.0.0 --http.port=8545 --http.compression --http.vhosts='*' --http.corsdomain='*' --http.api=eth,debug,net,web3,erigon --ws --ws.compression --rpc.gascap=300000000 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --bodies.cache=5G --rpc.batch.limit=200000 --batchSize=2048MB --port=38554 --p2p.protocol=66 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 stop_grace_period: 1m labels: