This commit is contained in:
squidbear
2025-03-28 04:40:47 +01:00
parent 972d31f892
commit bf21b8d301
27 changed files with 54 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ services:
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
command:
- --chain=bor-mainnet
- --prune.mode=archive
- --port=10400
- --p2p.allowed-ports=25400
@@ -39,6 +40,7 @@ services:
- --rpc.gascap=5000000000
- --ws.port=8545
- --ws
- --torrent.upload.rate="1250mb"
- --torrent.download.rate="1250mb"
- --torrent.port=20400