Sign inSign up

meteogroup/php

By meteogroup

Updated almost 3 years ago

php runtime

Image
0

2.8K

meteogroup/php repository overview

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 and stderr.

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

Tag summary

Content type

Image

Digest

sha256:43b3c5d9e

Size

336 MB

Last updated

almost 3 years ago

docker pull meteogroup/php:70