Open StuLast opened 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.
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
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.