Use right collation

This commit is contained in:
Luke Murphy 2020-11-08 17:40:46 +01:00
parent 6121cdd176
commit 40696d2556
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -117,8 +117,7 @@ services:
db:
image: "mariadb:10.5"
command: |
mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
command: "mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_520_ci"
environment:
- MYSQL_USER=foodsoft
- MYSQL_DATABASE=foodsoft