Skip to content

Commit

Permalink
consisten use utf8mb4_general_ci as collation
Browse files Browse the repository at this point in the history
  • Loading branch information
ctippler committed Oct 10, 2023
1 parent 934074c commit c4f6d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
db:
image: mariadb:10.11
working_dir: /application
command: [ mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --innodb-file-per-table=1 ]
command: [ mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_general_ci, --innodb-file-per-table=1 ]
volumes:
- pimcore-database:/var/lib/mysql
environment:
Expand Down

0 comments on commit c4f6d00

Please sign in to comment.