Skip to content

Commit bbb168d

Browse files
committed
docs: fix docker run commands
1 parent a495e9d commit bbb168d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ make run-docker
7373
You can adjust the logging level by providing the `LOG_LEVEL` variable. The default value is `info`. Example:
7474

7575
```bash
76-
make run LOG_LEVEL=debug
76+
make run-docker LOG_LEVEL=debug
7777
```
7878

7979
Other configurable variables include:
@@ -86,7 +86,7 @@ Other configurable variables include:
8686
Example usage:
8787

8888
```bash
89-
make run PRINT_BATCH_SIZE=100 TOTAL_TIME=5000
89+
make run-docker PRINT_BATCH_SIZE=100 TOTAL_TIME=5000
9090
```
9191

9292
For an interactive session:

0 commit comments

Comments
 (0)