Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 817d382

Browse files
committed
Chore: minor correction to docker-compose command in readme
1 parent f81cb1f commit 817d382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Clone the repo to get started and follow these steps:
6767

6868
2. Use the k6 Docker image to run the k6 script and send metrics to the Prometheus container started on the previous step. You must [set the `testid` tag](https://k6.io/docs/using-k6/tags-and-groups/#test-wide-tags) with a unique identifier to segment the metrics into discrete test runs for the Grafana dashboards.
6969
```shell
70-
docker-compose run --rm k6 run -<example/test.js --tag testid=<SOME-ID>
70+
docker-compose run --rm -T k6 run -<example/test.js --tag testid=<SOME-ID>
7171
```
7272
For convenience, the `docker-run.sh` can be used to simply:
7373
```shell

0 commit comments

Comments
 (0)