TripsJ / php8base

base docker setup for php+Sql projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP_Docker Repository Template

What is this ?

This template repository is a boilerplate setup for a PHP application.

Its current version ships with PHP 8.1, Mysql 8.0, phpMyAdmin and an Nginx server running on Alpine. All of it orchestrated and run by Docker Compose.

Requirements

Docker Engine and Docker Compose

How to use it ?

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.

Notes

The Docker Compose file was initially generated by phpdocker.io.

About

base docker setup for php+Sql projects


Languages

Language:Dockerfile 83.4%Language:PHP 16.6%