Skip to content

Commit b411171

Browse files
committed
fix batcher restart test
1 parent 3b31e30 commit b411171

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README_ESPRESSO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ docker compose up --build -d
305305
```
306306
If 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.

espresso/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ OPERATOR_ADDRESS=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
3636

3737
L1_CHAIN_ID=11155111
3838
L2_CHAIN_ID=22266222
39+
40+
COMPOSE_PROFILES=default

espresso/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)