Nginx webserver combined with php5
1.1K
Basically an extension to the Nginx-Image in order to provide php5 support (and thus for dynamic stuff).
You can use it just like the bare nginx-image but this time you can provide a dynamic web-page to be served:
docker run -d -p 80:80 -p 443:443 \
-v /some/dynamic/content:/usr/share/nginx/www \
--name webserver schoeffm/rpi-nginx-php5
Content type
Image
Digest
sha256:9141a7739…
Size
79.1 MB
Last updated
over 9 years ago
docker pull schoeffm/rpi-nginx-php5