no open client ports when no discovery

This commit is contained in:
Para Dox
2025-04-19 12:22:28 +07:00
parent e4d3bfb019
commit 221a0629e0
23 changed files with 14 additions and 48 deletions

View File

@@ -34,10 +34,9 @@ services:
- --datadir=/db
- --db.size.limit=8TB
- --maxpeers=50
- --nat=extip:${IP}
- --nodiscover
- --p2p.allowed-ports=31732
- --p2p.allowed-ports=36732
- --port=11732
- --rollup.sequencerhttp=https://mainnet.boba.network
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000

View File

@@ -33,10 +33,9 @@ services:
- --chain=boba-sepolia
- --datadir=/db
- --maxpeers=50
- --nat=extip:${IP}
- --nodiscover
- --p2p.allowed-ports=31249
- --p2p.allowed-ports=36249
- --port=11249
- --rollup.sequencerhttp=https://sepolia.boba.network
- --rpc.gascap=6000000000
- --rpc.returndata.limit=1100000