javieraguerocl/docker-php8.2-with-db-extensions

By javieraguerocl

Updated about 1 month ago

Docker Compose with Nginx, PHP8.2 + DB Extensions; MySQL, MongoDB, SQL Server (MSSQL)

Image
Languages & Frameworks
Web Servers

149

Docker Hub; javieraguerocl/docker-php8.2-with-db-extensionsnginx 1.19.10php 8.2License MIT

Introduction

Docker Compose with Nginx, PHP8.2 Supported DB Extensions: MySQL, MongoDB, SQL Server (MSSQL) Additional Extensions: GD, Intl, PCNTL, Zip, Exif, WebP, Xdebug, Composer

Building from source

To build from source you need to clone the git repo and run docker build:

$ git clone https://github.com/JavierAgueroCL/docker-php8.2-with-db-extensions.git
$ cd docker-php8.2-with-db-extensions

followed by

$ docker compose up

Running

Copy the Git files in your Laravel (or something) proyect and run

$ docker compose up

Default web root:

/var/www

Docker Pull Command

docker pull javieraguerocl/docker-php8.2-with-db-extensions