Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 440 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 440 Bytes

Docker container image with NGINX, PHP 7.2 and PHP-FPM, ideal for working with Laravel or Lumen projects, because the NGINX root directory points to /var/www/public, so you just have to mount your Laravel/Lumen project directory to /var/www:

docker run -v my_project_path:/var/www -p 8080:80 -d erodriguezds/nginx-php-fpm