php-docker-boilerplate
php-docker-boilerplate copied to clipboard
app folder not working
git clone --recursive https://github.com/webdevops/php-docker-boilerplate.git projectname
etc...
docker-compose up -d
at http://192.168.99.100:8000/ I see empty Index Of / app folder not working on my windows 10
Sorry but I have no access to a windows computer and don't know many people who use windows. I'm not sure if we have anybody who could help.
I would recommend setting up Windows Subsystem Linux with Docker for Windows and possibly use Docker-Sync as read/write permissions between windows folders and linux containers is an issue. I have done this setup for my windows machine and it performs quite well but your mileage may vary.
Nick Janetakis has a great blog post for setting this up: