fix
This commit is contained in:
@@ -29,6 +29,7 @@ services:
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=chiado
|
||||
|
||||
- --prune.mode=archive
|
||||
- --port=10986
|
||||
- --p2p.allowed-ports=25986
|
||||
@@ -42,6 +43,7 @@ services:
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20986
|
||||
|
||||
@@ -29,6 +29,7 @@ services:
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=chiado
|
||||
|
||||
- --prune.mode=minimal
|
||||
- --port=10010
|
||||
- --p2p.allowed-ports=25010
|
||||
@@ -42,6 +43,7 @@ services:
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20010
|
||||
|
||||
@@ -29,6 +29,7 @@ services:
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=chiado
|
||||
|
||||
- --prune.mode=full
|
||||
- --port=10886
|
||||
- --p2p.allowed-ports=25886
|
||||
@@ -42,6 +43,7 @@ services:
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20886
|
||||
|
||||
@@ -29,6 +29,7 @@ services:
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=mainnet
|
||||
|
||||
- --prune.mode=archive
|
||||
- --port=10974
|
||||
- --p2p.allowed-ports=25974
|
||||
@@ -42,6 +43,7 @@ services:
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20974
|
||||
|
||||
@@ -29,6 +29,7 @@ services:
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=mainnet
|
||||
|
||||
- --prune.mode=minimal
|
||||
- --port=10429
|
||||
- --p2p.allowed-ports=25429
|
||||
@@ -42,6 +43,7 @@ services:
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20429
|
||||
|
||||
@@ -29,6 +29,7 @@ services:
|
||||
entrypoint: ["/bin/sh", "-c", "exec erigon \"$@\""]
|
||||
command:
|
||||
- --chain=mainnet
|
||||
|
||||
- --prune.mode=full
|
||||
- --port=10147
|
||||
- --p2p.allowed-ports=25147
|
||||
@@ -42,6 +43,7 @@ services:
|
||||
- --rpc.gascap=5000000000
|
||||
- --ws.port=8545
|
||||
- --ws
|
||||
|
||||
- --torrent.upload.rate="1250mb"
|
||||
- --torrent.download.rate="1250mb"
|
||||
- --torrent.port=20147
|
||||
|
||||
Reference in New Issue
Block a user