Skip to content

Taras-Dockerfiles/nginx-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taras' Nginx + PHP Dockerfile

Base on Ubuntu, with Nginx, PHP, Node.js and other softwares tuned and installed.

To run PHP-FPM and Nginx on container starting, bash -c "php-fpm${PHP_Version} && nginx -g 'daemon off;'" should be set in the command option in docker-compose.yaml.

Release Notes

For older dockerfiles earlier than version 2.8, see the old Wujidadi Dockerfiles repository.

Change Log