This template repository is a boilerplate setup for a PHP application.
Its current version ships with PHP 8.1, Mysql 8.0 and an Nginx server running on Alpine. All of it orchestrated and run by Docker Compose.
Docker Engine and Docker Compose
Clone this repository, or click the Use this template button on Github. For more information about Github repositories, please refer to the Github documentation.
Once cloned, please refer to the README.md file provided by phpdocker.io in the phpdocker directory to run the application.
The entrypoint of your php application will be /src/public/index.php.
The Docker Compose file was generated by phpdocker.io.