Skip to content

RESOStandards/docker-php-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-php-nginx

PHP Docker Images for Nginx

This project provides an Nginx server of the latest version as well as the PHP FPM version. These versions were Nginx 1.17.8 and PHP 7.4.2 at the time of publication.

The project structure is as follows:

  • docker-compose.yml - used for orchestrating containers with $ docker-compose up and $ docker-compose down. See Docker Compose for installation and use. Use $ docker ps to see which containers are running.

  • config/default.conf - contains the PHP server settings.

  • src/* - your source code goes here.

This project is meant to be a template for other docker-compose PHP projects that need an Ngnix server, and should be copied to those projects accordingly.

About

PHP Docker Images for Nginx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages