Skip to content

Commit ee248c0

Browse files
authored
Merge pull request #2175 from Nagarei/doc/charset-utf8mb4
2 parents f56bcca + 92ae9e5 commit ee248c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ services:
396396
MYSQL_PASSWORD: password
397397
MYSQL_ROOT_PASSWORD: password
398398
MYSQL_DATABASE: traq
399-
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
399+
command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci
400400
expose:
401401
- "3306"
402402
volumes:

0 commit comments

Comments
 (0)