jpapenfuss / docker-nginx-php-fpm

Run Nginx with PHP-FPM on Kubernetes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Run Nginx with PHP-FPM on Kubernetes.

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%