update
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
optimism-fullnode: # this is Optimism's geth client
|
optimism-fullnode: # this is Optimism's geth client
|
||||||
image: ghcr.io/paradigmxyz/op-reth:v1.1.1
|
image: ghcr.io/paradigmxyz/op-reth:v1.1.4
|
||||||
expose:
|
expose:
|
||||||
- 9551
|
- 9551
|
||||||
- 8545 # RPC / Websocket
|
- 8545 # RPC / Websocket
|
||||||
@@ -37,9 +37,6 @@ services:
|
|||||||
optimism-fullnode-node:
|
optimism-fullnode-node:
|
||||||
build:
|
build:
|
||||||
context: ./op
|
context: ./op
|
||||||
args:
|
|
||||||
OP_GETH_VERSION: v1.101408.0
|
|
||||||
OP_NODE_VERSION: v1.9.1
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- optimism-fullnode
|
- optimism-fullnode
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user