From 040655c3c4f8b59538467b8338ff5e77c725d540 Mon Sep 17 00:00:00 2001 From: Strubbl <97055+Strubbl@users.noreply.github.com> Date: Mon, 15 Oct 2018 19:58:09 +0200 Subject: [PATCH] Update docker-compose.mariadb.yml fix issue pointed out by @TofPlay in https://github.com/wallabag/wallabag/issues/3742#issuecomment-429947139 --- tests/docker-compose.mariadb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/docker-compose.mariadb.yml b/tests/docker-compose.mariadb.yml index df1131f..d5dfc31 100644 --- a/tests/docker-compose.mariadb.yml +++ b/tests/docker-compose.mariadb.yml @@ -18,5 +18,6 @@ services: - "127.0.0.1:80:80" db: image: mariadb + command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --character-set-client-handshake=FALSE environment: - MYSQL_ROOT_PASSWORD=wallaroot