We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed9f91a + 0674ee5 commit 632b0d1Copy full SHA for 632b0d1
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