update
This commit is contained in:
@@ -2,12 +2,12 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
optimism-archive:
|
optimism-archive:
|
||||||
image: ghcr.io/paradigmxyz/op-reth:v1.1.4
|
image: ghcr.io/paradigmxyz/op-reth:${RETH_VERSION:-v1.1.5}
|
||||||
expose:
|
expose:
|
||||||
- 9551
|
- 9551 # consensus
|
||||||
- 8545 # RPC / Websocket
|
- 8545 # RPC / Websocket
|
||||||
- 8990 # P2P TCP (currently unused)
|
- 8990 # P2P TCP
|
||||||
- 8990/udp # P2P UDP (currently unused)
|
- 8990/udp # P2P UDP
|
||||||
- 6060 # metrics
|
- 6060 # metrics
|
||||||
- 855
|
- 855
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user