Short Description
php runtime
Full Description
Maintainer
Platform
meteogroup/php
This is a php image that is based on
https://github.com/million12/docker-nginx-php
but limits the installed software to the use of running php / nginx / fpm.
Image php-dev
has composer
installed additionally and can be used
execute compose
commands.
Usage
Copy your files that should be served to
/data/www/project/public
and run
/config/bootstrap.sh
to start the web server (nginx). It'll be listening on port 8080.
Changes to the original image
- all output (nginx, php, fpm, supervisord) will be redirected to
stdout
andstderr
.
Adjust nginx and/or fpm configs
In order to overwrite any configurations, please overwrite files in/etc
and /data/config
.
removed software:
- ruby
- npm
- gem
- npm
- gem
- make
- redis
- mysql
- composer for php:70, it's included in php-dev:70
added software:
- GraphicsMagick
- git
- php-ldap
- php-memcache
- php-memcached
Docker Pull Command
Owner
meteogroup