Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 401 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 401 Bytes

PHP Development Environment

This project acts as a sample for working with PHP and Docker. The default nginx branch holds the setup for PHP-FPM (FastCGI Process Manager) and nginx (as reverse proxy). The other apache branch holds setup for PHP paired with Apache server. In both the branches, the app can be started by running the following command:

docker compose up --detach app