Skip to content

Commit 7e17114

Browse files
committed
fix: command in readme
1 parent e42d564 commit 7e17114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cp test/env/common.env.template test/env/common.env
3232

3333

3434
```sh
35-
docker compose -f verifier up
35+
docker compose -f compose.test.yaml --profile verifier up
3636
```
3737

3838
#### 4. Configure the TA Environment Files
@@ -47,7 +47,7 @@ cp test/env/ta.env.template test/env/ta.env
4747
#### 5. Run the Example TA
4848

4949
```sh
50-
docker compose -f ta up
50+
docker compose -f compose.test.yaml --profile ta up
5151
```
5252

5353

0 commit comments

Comments
 (0)