This commit is contained in:
Sebastian
2025-01-14 04:15:40 +01:00
parent 7f6af4cd5e
commit 737a271e26

View File

@@ -2,12 +2,12 @@ version: '3.1'
services:
optimism-archive:
image: ghcr.io/paradigmxyz/op-reth:v1.1.4
image: ghcr.io/paradigmxyz/op-reth:${RETH_VERSION:-v1.1.5}
expose:
- 9551
- 9551 # consensus
- 8545 # RPC / Websocket
- 8990 # P2P TCP (currently unused)
- 8990/udp # P2P UDP (currently unused)
- 8990 # P2P TCP
- 8990/udp # P2P UDP
- 6060 # metrics
- 855
ports: