Skip to content

Commit 0674ee5

Browse files
committed
use UTF-8 in MySQL
1 parent ed9f91a commit 0674ee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
container_name: mysql
55
hostname: mysql
66
image: mysql:5.7@sha256:a6ab4c8534bda3415da6a5e7d0edac34722d198880c488ce69e1463be908f700
7+
command: mysqld --character-set-server=utf8 --collation-server=utf8_unicode_ci
78
ports:
89
- 3306:3306
910
environment:

0 commit comments

Comments
 (0)