We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4429997 commit cbc7fb6Copy full SHA for cbc7fb6
1 file changed
docker-compose.yml
@@ -5,8 +5,7 @@ services:
5
- 8545:8545
6
- 8546:8546
7
- 30303:30303
8
- command:
9
- - ./geth-entrypoint.sh
+ command: [ "sh", "./geth-entrypoint.sh" ]
10
environment:
11
- OP_GETH_GENESIS_FILE_PATH=goerli/genesis-l2.json
12
- OP_GETH_SEQUENCER_HTTP=https://goerli.base.org
@@ -22,8 +21,7 @@ services:
22
21
- 9222:9222
23
- 7300:7300 # metrics
24
- 6060:6060
25
26
- - ./op-node-entrypoint.sh
+ command: [ "sh", "./op-node-entrypoint.sh" ]
27
28
- OP_NODE_L1_ETH_RPC=https://ethereum-goerli-rpc.allthatnode.com # [recommended] replace with your preferred L1 (ethereum, not Base) node RPC URL
29
- OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt
0 commit comments