Inspired from: https://github.com/nanoninja/docker-nginx-php-mysql
- Copy environment file
.env.dist
to.env
- Edit parameters in the
.env
file:NGINX_HOST
- Choose the Nginx configuration will be use in
docker-compose.yml
file - Make sure the ports using in the docker-compose will be free
- Run
docker-compose up -d
Message: Error starting userland proxy
OS: Windows 10
Fix: Restart Docker
Fix #2: Uncheck Fast startup option
Url: docker/for-win#573