claudehohl / Stikked

An advanced and beautiful pastebin written in PHP
992 stars 220 forks source link

Doesn't work with MySQL 8 #531

Closed pcolmer closed 4 years ago

pcolmer commented 4 years ago

The provided docker-compose.yml references mysql:latest, which will use MySQL 8.0. Attempting to use Stikked with that results in database connection failure.

If MySQL 5.7 is explicitly requested in docker-compose.yml, this works.

claudehohl commented 4 years ago

Jup, thanks!

I rewrote the whole docker setup. It now uses mariadb 10.4.