working_example.zip
I have updated the default folders/files.
I added a mysql folder (which will contain database files),
I added a wwwroot folder (which will contain php files),
I edited the .env.docker file to contain these two paths
I included an example wwwroot\index.php file which reads records from a songs table in a test database;
and I included a create_database.sql script to create this database