php-docker-boilerplate icon indicating copy to clipboard operation
php-docker-boilerplate copied to clipboard

app folder not working

Open ijakparov opened this issue 6 years ago • 2 comments

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

ijakparov avatar Sep 29 '18 12:09 ijakparov

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.

htuscher avatar Sep 30 '18 10:09 htuscher

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:

Setting Up WSL with Docker

devspelunk avatar Oct 01 '18 22:10 devspelunk