We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10afafb commit 23f0515Copy full SHA for 23f0515
1 file changed
tools/docker-compose/docker-compose-databases.yml
@@ -1,7 +1,7 @@
1
version: '3.6'
2
services:
3
mysql:
4
- image: mysql:9.2
+ image: mysql:9.3
5
hostname: mysql-local
6
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci --ngram_token_size=2
7
healthcheck:
0 commit comments