fix
This commit is contained in:
@@ -2,7 +2,11 @@ version: '3.1'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
base-fullnode: # this is Optimism's geth client
|
base-fullnode: # this is Optimism's geth client
|
||||||
build: ./op
|
build:
|
||||||
|
context: ./op
|
||||||
|
args:
|
||||||
|
OP_GETH_VERSION: v1.101408.0
|
||||||
|
OP_NODE_VERSION: v1.9.1
|
||||||
expose:
|
expose:
|
||||||
- 8545 # RPC / Websocket
|
- 8545 # RPC / Websocket
|
||||||
- 8480 # P2P TCP (currently unused)
|
- 8480 # P2P TCP (currently unused)
|
||||||
@@ -50,7 +54,11 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
base-fullnode-node:
|
base-fullnode-node:
|
||||||
build: ./base
|
build:
|
||||||
|
context: ./op
|
||||||
|
args:
|
||||||
|
OP_GETH_VERSION: v1.101408.0
|
||||||
|
OP_NODE_VERSION: v1.9.1
|
||||||
depends_on:
|
depends_on:
|
||||||
- base-fullnode
|
- base-fullnode
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user