update mysql version
fix char set
This commit is contained in:
@ -33,7 +33,7 @@ workspace:
|
||||
- ruoyi-dev-network
|
||||
|
||||
ruoyi-db:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/boathouse/mysql:5.6
|
||||
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
|
||||
command:
|
||||
- --default-authentication-plugin=mysql_native_password
|
||||
restart: always
|
||||
|
@ -33,9 +33,11 @@ workspace:
|
||||
- ruoyi-dev-network
|
||||
|
||||
ruoyi-db:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/boathouse/mysql:5.6
|
||||
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
|
||||
command:
|
||||
- --default-authentication-plugin=mysql_native_password
|
||||
- --character-set-server=utf8mb4
|
||||
- --collation-server=utf8mb4_unicode_ci
|
||||
restart: always
|
||||
expose:
|
||||
- 3306
|
||||
|
Reference in New Issue
Block a user