While setting up locally with the sp7demofish seed database, I ran into the seed import failing with "No database selected." Root cause: docker-compose.yml's mariadb service doesn't set MYSQL_DATABASE, which the official image needs to auto-create the database before running the seed script — needed once the dump's CREATE DATABASE/USE lines are stripped per your seed-database README. Adding that one env var line fixed it locally.