Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 566 Bytes

PHP FPM over Apache2

This is a docker-compose setup giving a setup to run PHP websites over FastCGI Process Manager. The project is served using the httpd docker image.

Usage

If needed, PHP and Apache versions may be changed in the corresponding Dockerfile. Apache and PHP configuration should work out of the box. Both can be modified in the files inside the subfolders.

The website served should be placed inside the html folder. And is exposed to localhost on port 8080

License

This project is distributed under the MIT license (see LICENSE.md)