NextCloud Broken on Docker Zimaboard

I think this is related to upgrade of mariadb image(in my case). I fixed it by changing this line in compose file(added --character-set-server=utf8)

command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW –character-set-server=utf8

4 Likes