We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9f91a commit 0674ee5Copy full SHA for 0674ee5
docker-compose.yml
@@ -4,6 +4,7 @@ services:
4
container_name: mysql
5
hostname: mysql
6
image: mysql:5.7@sha256:a6ab4c8534bda3415da6a5e7d0edac34722d198880c488ce69e1463be908f700
7
+ command: mysqld --character-set-server=utf8 --collation-server=utf8_unicode_ci
8
ports:
9
- 3306:3306
10
environment:
0 commit comments