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
- Host: GitHub
- URL: https://github.com/michaelbunch/docker-nginx-php
- Owner: michaelbunch
- Created: 2018-06-28T18:16:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T16:56:17.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T22:43:14.647Z (over 1 year ago)
- Topics: docker, php, php-fpm
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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