1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Update docker-compose.mariadb.yml

fix issue pointed out by @TofPlay in https://github.com/wallabag/wallabag/issues/3742#issuecomment-429947139
This commit is contained in:
Strubbl
2018-10-15 19:58:09 +02:00
committed by GitHub
parent 5f78ae9a21
commit 040655c3c4

View File

@@ -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