- PHP8.2-fpm
- Nginx
- MariaDB
- MongoDB
- Mailcatcher
- Default extensions installed by PHP8.2-fpm plus
- bcmath
- gd with free-type and jpeg
- intl
- mysqli
- pdo_mysql
- soap
- zip
- xdebug 3.2.0
- mongodb
Start application:
make start
Stop application:
make stop
Composer Install:
make install
Update Composer:
make update-composer
Login to docker containers:
make ssh-php
make ssh-web
make ssh-mariadb
make ssh-mongodb
PHP 8.2 Docker is available under the MIT License.