webdevops / php-docker-boilerplate

:stew: PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
https://webdevops.io/projects/php-docker-boilerplate/
MIT License
561 stars 185 forks source link

app folder not working #79

Open ijakparov opened 5 years ago

ijakparov commented 5 years ago

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

htuscher commented 5 years ago

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.

devspelunk commented 5 years ago

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