File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ DB_DSN=mysql:host=mysql;dbname=web
15
15
DB_USER = web
16
16
DB_PASSWORD = web
17
17
DB_TABLE_PREFIX = prefix_
18
- DB_CHARSET = utf8
18
+ DB_CHARSET = utf8mb4
19
19
20
20
# Configure a SMTP server here if you want to send emails
21
21
SMTP_HOST = " smtp.demo.com"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ DB_DSN=mysql:host=mysql;dbname=web
15
15
DB_USER = web
16
16
DB_PASSWORD = web
17
17
DB_TABLE_PREFIX = prefix_
18
- DB_CHARSET = utf8
18
+ DB_CHARSET = utf8mb4
19
19
20
20
# Configure a SMTP server here if you want to send emails
21
21
SMTP_HOST = " smtp"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
40
40
MYSQL_PASSWORD : web
41
41
volumes :
42
42
- ./deploy/development/mysql:/var/lib/mysql
43
-
43
+ command : ['--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci']
44
44
redis :
45
45
image : redis:latest
46
46
expose :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ DB_DSN=mysql:host=mysql;dbname=web
15
15
DB_USER = web
16
16
DB_PASSWORD = web
17
17
DB_TABLE_PREFIX = prefix_
18
- DB_CHARSET = utf8
18
+ DB_CHARSET = utf8mb4
19
19
20
20
# Configure a SMTP server here if you want to send emails
21
21
SMTP_HOST = " smtp.mail.com"
You can’t perform that action at this time.
0 commit comments