An open API service indexing awesome lists of open source software.

https://github.com/michaelbunch/docker-nginx-php

Single Docker image for running Nginx and PHP-FPM
https://github.com/michaelbunch/docker-nginx-php

docker php php-fpm

Last synced: about 2 months ago
JSON representation

Single Docker image for running Nginx and PHP-FPM

Awesome Lists containing this project

README

          

# Docker for PHP-FPM / Nginx

## Versions

### PHP 7.1 (`php71.dockerfile`)

- Alpine Linux 3.7
- PHP 7.1
- Nginx 1.12
- Supervisor 3.3

#### With Development Tools (`php71-dev.dockerfile`)

- Xdebug
- PHPStan
- PHP Code Sniffer

#### With Blackfire.io support (`php71-profiler.dockerfile`)

Follow the docs at https://blackfire.io/docs/integrations/docker#running-the-agent to use.

### PHP 7.2 (`php72.dockerfile`)

- Alpine Linux Edge
- PHP 7.2
- Nginx 1.14
- Supervisor 3.3