We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01abf21 commit 4b0df91Copy full SHA for 4b0df91
benchmark/flink/README.md
@@ -58,14 +58,14 @@ following, or follow these instructions to do them by hand:
58
1. Start the containers:
59
60
```
61
- docker compose -p nexmark up --build --force-recreate --renew-anon-volume
+ docker compose -p nexmark up --build --force-recreate --renew-anon-volumes
62
63
64
To reduce output spew, add `-d` (but sometimes that output can be
65
informative):
66
67
68
- docker compose -p nexmark up --build --force-recreate --renew-anon-volume -d
+ docker compose -p nexmark up --build --force-recreate --renew-anon-volumes -d
69
70
71
2. Run tests. You might want to do this from a separate terminal,
0 commit comments