fix
This commit is contained in:
@@ -26,6 +26,7 @@ services:
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=amoy
|
||||
|
||||
- --prune.mode=archive
|
||||
- --port=10377
|
||||
- --p2p.allowed-ports=25377
|
||||
@@ -39,6 +40,7 @@ services:
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20377
|
||||
|
||||
@@ -26,6 +26,7 @@ services:
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=amoy
|
||||
|
||||
- --prune.mode=minimal
|
||||
- --port=10307
|
||||
- --p2p.allowed-ports=25307
|
||||
@@ -39,6 +40,7 @@ services:
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20307
|
||||
|
||||
@@ -26,6 +26,7 @@ services:
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=amoy
|
||||
|
||||
- --prune.mode=full
|
||||
- --port=10583
|
||||
- --p2p.allowed-ports=25583
|
||||
@@ -39,6 +40,7 @@ services:
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20583
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -26,6 +26,7 @@ services:
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=bor-mainnet
|
||||
|
||||
- --prune.mode=minimal
|
||||
- --port=10036
|
||||
- --p2p.allowed-ports=25036
|
||||
@@ -39,6 +40,7 @@ services:
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20036
|
||||
|
||||
@@ -26,6 +26,7 @@ services:
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=bor-mainnet
|
||||
|
||||
- --prune.mode=full
|
||||
- --port=10320
|
||||
- --p2p.allowed-ports=25320
|
||||
@@ -39,6 +40,7 @@ services:
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20320
|
||||
|
||||
Reference in New Issue
Block a user