From 15c06809edd60e0ef9980f6f335fb853d539f67d Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 8 Jun 2024 07:13:00 +0200 Subject: [PATCH] more peers --- bor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bor.yml b/bor.yml index 475fda42..e3a9e473 100644 --- a/bor.yml +++ b/bor.yml @@ -13,7 +13,7 @@ services: ports: - "27374:27374" - "27374:27374/udp" - command: server --datadir=/datadir --db.engine=pebble --state.scheme=path --bor.heimdall=https://polygon-heimdall-rest.publicnode.com --port=27374 --bind=0.0.0.0 --nat=extip:$IP --rpc.returndatalimit=10000000 --http --http.port=8545 --http.vhosts=* --ws --ws.port=8545 --ws.origins=* --ws.addr=0.0.0.0 --http.addr=0.0.0.0 --maxpeers=200 --ws.api=eth,net,web3,txpool,bor --http.api=admin,eth,net,web3,txpool,bor + command: server --datadir=/datadir --db.engine=pebble --state.scheme=path --bor.heimdall=https://polygon-heimdall-rest.publicnode.com --port=27374 --bind=0.0.0.0 --nat=extip:$IP --rpc.returndatalimit=10000000 --http --http.port=8545 --http.vhosts=* --ws --ws.port=8545 --ws.origins=* --ws.addr=0.0.0.0 --http.addr=0.0.0.0 --maxpeers=200 --ws.api=eth,net,web3,txpool,bor --http.api=admin,eth,net,web3,txpool,bor --maxpeers=200 restart: unless-stopped labels: - "traefik.enable=true"