修复错误-2
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
mysql:
|
||||
image: mysql:8.4
|
||||
restart: unless-stopped
|
||||
command: --default-authentication-plugin=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
env_file:
|
||||
- ../backend/.env
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user