Can't get Nginx to run under Docker environment on Windows for unknown reason Can't get Nginx to run under Docker environment on Windows for unknown reason nginx nginx

Can't get Nginx to run under Docker environment on Windows for unknown reason


You can try to convert laradock\nginx\startup.sh file's windows style line endings to linux style line endings, i.e. with Notepad++ ( Edit > EOL Conversion > Unix (LF) ).

Then try to start nginx container with rebuild option:

docker-compose up --build nginx