Skip to content

Commit

Permalink
Update docker-compose.mariadb.yml
Browse files Browse the repository at this point in the history
fix issue pointed out by @TofPlay in wallabag/wallabag#3742 (comment)
  • Loading branch information
Strubbl authored Oct 15, 2018
1 parent 5f78ae9 commit 040655c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker-compose.mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 040655c

Please sign in to comment.