settermjd / docker-for-local-development

This project provides a basic Docker setup, for building a local development environment for Zend Expressive, and other PHP application development.
MIT License
70 stars 37 forks source link

Filepath error in Services/nginx #13

Open StuLast opened 7 years ago

StuLast commented 7 years ago

Currently getting error on spin up to say that ./docker/nginx/default.conf is trying to mount a file to a folder.

The definition of the nginx services path to the nginx config file should be to the directory, and not explicitly name the file.

Edited line 18 to remove "default.conf" from volume file path.

Tested succesfully on windows 8.1 environment.

pgeimer commented 6 years ago

This is not working. Now I got this error: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type