mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00: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
|
||||
container_name: supersonic_mysql
|
||||
environment:
|
||||
LANG: 'C.UTF-8' # 设置环境变量
|
||||
MYSQL_ROOT_PASSWORD: root_password
|
||||
MYSQL_DATABASE: supersonic_db
|
||||
MYSQL_USER: supersonic_user
|
||||
|
||||
Reference in New Issue
Block a user