chore: fix mysql character set

This commit is contained in:
Karol Sójko
2023-02-07 09:35:29 +01:00
parent 271dee5be6
commit 369231ff11
+1 -1
View File
@@ -39,7 +39,7 @@ services:
expose:
- 3306
restart: unless-stopped
command: --default-authentication-plugin=mysql_native_password --character-set-server=utf8 --collation-server=utf8_general_ci
command: --default-authentication-plugin=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci
volumes:
- ./data/mysql:/var/lib/mysql
- ./data/import:/docker-entrypoint-initdb.d