Hello there we am currently developing a Laravel application. I want all my team members to work locally so we decided to use Docker for our local development environment. I did a little research and there is a project called laradock. After installing it I am supposed to go to http://localhost and the project should run. But I get this:

I am using apache2 and mysql
Check you apache configuration (in my case
[laradock_folder]/apache2/sites/default.apache.conffile).You should have
DocumentRoot /var/www/public/. I suppose you have/var/www/instead