Skip to content

Commit

Permalink
Added a default collation for tables created by MariaDB to avoid errors
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Jul 2, 2024
1 parent ac14ef4 commit ee0af03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
restart: always
volumes:
- ./docker/mysql/database:/var/lib/mysql
command: [ "--collation-server=utf8mb4_unicode_ci" ]
environment:
MARIADB_DATABASE: ${DATABASE_NAME}
MARIADB_PORT: ${DATABASE_PORT}
Expand Down

0 comments on commit ee0af03

Please sign in to comment.