This is a docker compose project for developing code with PHP 8 and mysql 8.0.22
This package is built for development of PHP 8.1 project. We also try to gather things and containers that used to implement PHP 8.1 for open-source project
- Main Goal:
A flexible tool for building PHP 8.1 project
- Includes:
PHP 8.1
PHP FPMNGINX
latest veriosn of alpine nginxMySQL 8.0.22
The most common version of MYSQL DBTimeZone
We set Asia\Tehran Timezone for PHP
For starting simply use this command
docker-compose up -d
For stopping the containers use this command
docker-compose down