File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ docker compose up --build -d
305305```
306306If you're on a machine with AWS Nitro Enclaves enabled, use the ` tee ` profile instead to start the enclave batcher.
307307``` console
308- docker compose up --build -d --profile tee
308+ COMPOSE_PROFILES=tee docker compose up --build -d
309309```
310310
311311* Run the services and check the log.
Original file line number Diff line number Diff line change @@ -36,3 +36,5 @@ OPERATOR_ADDRESS=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
3636
3737L1_CHAIN_ID = 11155111
3838L2_CHAIN_ID = 22266222
39+
40+ COMPOSE_PROFILES = default
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ services:
311311 depends_on :
312312 l1-geth :
313313 condition : service_healthy
314- op-geth :
314+ op-geth-sequencer :
315315 condition : service_started
316316 op-node-sequencer :
317317 condition : service_started
You can’t perform that action at this time.
0 commit comments