Sign inSign up

donnex/php

By donnex

Updated over 8 years ago

Image
0

855

donnex/php repository overview

Minimal Docker PHP container

  • Runs php-fpm on port 9000
  • Logs to stdout instead of a file
  • Easy to link to from Nginx, container named php
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$script;
fastcgi_intercept_errors on;
fastcgi_pass php:9000;

Tag summary

Content type

Image

Digest

sha256:f5fe5bd09

Size

80.4 MB

Last updated

over 8 years ago

docker pull donnex/php