Fix db encoding
This commit is contained in:
parent
f64be6c14c
commit
3f5521972d
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ services:
|
|||
platform: linux/x86_64
|
||||
mem_limit: 500m
|
||||
cpus: 0.5
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
command: --default-authentication-plugin=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
restart: always
|
||||
ports:
|
||||
- 3306:3306
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue