Skip to content

erodriguezds/nginx-php-fpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Dockerfile 35.2%
  • Shell 30.3%
  • CSS 21.4%
  • Python 9.0%
  • HTML 4.0%
  • PHP 0.1%