Closed pcolmer closed 5 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.
docker-compose.yml
mysql:latest
If MySQL 5.7 is explicitly requested in docker-compose.yml, this works.
Jup, thanks!
I rewrote the whole docker setup. It now uses mariadb 10.4.
The provided
docker-compose.yml
referencesmysql: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.