mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-29 04:14:20 +08:00
Update docker-compose.yml (#1349)
Fix Chinese garbled characters in MySQL databases in Windows and Centos systems
This commit is contained in:
@@ -23,6 +23,7 @@ services:
|
|||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
container_name: supersonic_mysql
|
container_name: supersonic_mysql
|
||||||
environment:
|
environment:
|
||||||
|
LANG: 'C.UTF-8' # 设置环境变量
|
||||||
MYSQL_ROOT_PASSWORD: root_password
|
MYSQL_ROOT_PASSWORD: root_password
|
||||||
MYSQL_DATABASE: supersonic_db
|
MYSQL_DATABASE: supersonic_db
|
||||||
MYSQL_USER: supersonic_user
|
MYSQL_USER: supersonic_user
|
||||||
|
|||||||
Reference in New Issue
Block a user