This commit is contained in:
Sebastian
2024-12-17 09:49:25 +01:00
parent 5e01eb445e
commit 56a90cd688

View File

@@ -2,7 +2,7 @@ version: '3.1'
services:
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:
- 9551
- 8545 # RPC / Websocket
@@ -37,9 +37,6 @@ services:
optimism-fullnode-node:
build:
context: ./op
args:
OP_GETH_VERSION: v1.101408.0
OP_NODE_VERSION: v1.9.1
depends_on:
- optimism-fullnode
volumes: