Run with correct collation/charset

See #13 (comment).
This commit is contained in:
Luke Murphy 2020-09-09 07:19:23 +02:00
parent daacb5f4de
commit 3c4394f324
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ services:
mariadb:
image: "mariadb:10.5"
command: |
mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
environment:
- MYSQL_DATABASE=gitea
- MYSQL_USER=gitea