Skip to content

Commit

Permalink
Merge pull request #2175 from Nagarei/doc/charset-utf8mb4
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 authored Jan 3, 2024
2 parents f56bcca + 92ae9e5 commit ee248c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ services:
MYSQL_PASSWORD: password
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: traq
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci
expose:
- "3306"
volumes:
Expand Down

0 comments on commit ee248c0

Please sign in to comment.