We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d425749 commit a9902f3Copy full SHA for a9902f3
bench/README.md
@@ -38,6 +38,6 @@ script instead of `bench/bench_helper.exs`.
38
The easiest way to setup mysql and postgresql for the benchmarks is via Docker. Run the following commands to get an instance of each running.
39
40
```
41
-docker run -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:5.7
+docker run -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql:8
42
docker run -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres:13.2
43
0 commit comments