change port

This commit is contained in:
goldsquid
2025-10-05 16:35:48 +07:00
parent 208ac156d8
commit 925276e1c8
7 changed files with 78 additions and 78 deletions

View File

@@ -47,16 +47,16 @@ services:
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root
ports:
- 13947:13947
- 13947:13947/udp
- 18947:18947
- 18947:18947/udp
- 28947:28947
- 28947:28947/udp
- 33947:33947
- 33947:33947/udp
- 38947:38947
- 38947:38947/udp
- 13948:13948
- 13948:13948/udp
- 18948:18948
- 18948:18948/udp
- 28948:28948
- 28948:28948/udp
- 33948:33948
- 33948:33948/udp
- 38948:38948
- 38948:38948/udp
expose:
- 8545
- 5555
@@ -67,8 +67,8 @@ services:
- --beacon.api.port=5555
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=18947
- --caplin.discovery.tcpport=18947
- --caplin.discovery.port=18948
- --caplin.discovery.tcpport=18948
- --chain=holesky
- --datadir=/root/.local/share/erigon
- --http
@@ -81,9 +81,9 @@ services:
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --p2p.allowed-ports=33947
- --p2p.allowed-ports=38947
- --port=13947
- --p2p.allowed-ports=33948
- --p2p.allowed-ports=38948
- --port=13948
- --prune.mode=archive
- --rpc.evmtimeout=${ETHEREUM_HOLESKY_ERIGON3_ARCHIVE_TRACE_EVMTIMEOUT:-5m0s}
- --rpc.gascap=6000000000
@@ -91,7 +91,7 @@ services:
- --rpc.overlay.replayblocktimeout=${ETHEREUM_HOLESKY_ERIGON3_ARCHIVE_TRACE_REPLAYBLOCKTIMEOUT:-10s}
- --rpc.returndata.limit=10000000
- --torrent.download.rate=${ETHEREUM_HOLESKY_ERIGON3_ARCHIVE_TRACE_MAX_DOWNLOAD_RATE:-1000mb}
- --torrent.port=28947
- --torrent.port=28948
- --ws
- --ws.port=8545
restart: unless-stopped