/docker-nginx-php-fpm

Run Nginx with PHP-FPM on Kubernetes.

Primary LanguageDockerfileApache License 2.0Apache-2.0

docker-nginx-php-fpm

Docker Repository on Quay.io

Image available from:

Docker image for running Nginx + PHP-FPM in one container, using supervisor.*

*Running more than one process in a container isn't recommended, but for the sake of "simplicity" when quickly wanting to run a PHP application.

Please note that this is currently more of a "concept" and hasn't been tested yet!

Basic usage

docker run \
    -d \
    -v "__YOUR_ETC_NGINX_DIR__":/etc/nginx:ro \
    -v "__YOUR_WWW_DATA__":/var/www:rw \
    quay.io/galexrt/nginx-php-fpm:latest