Skip to content

Releases: shinsenter/php

1.2.0

07 Mar 05:18
Compare
Choose a tag to compare

Added Symfony images.

1.1.0

07 Mar 00:29
a8233cd
Compare
Choose a tag to compare

Unify the WEBHOME environment variable for all Docker images.

################################################################################

# You can change the home of the web user if needed
ENV WEBHOME="/var/www/html"

################################################################################

For Apache and Nginx base images, there are additional environment variables to specify to the root directory within this WEBHOME directory.

shinsenter/php:fpm-apache

################################################################################

# Sets the directory from which Apache will serve files
ENV WEBHOME="/var/www/html"

# Set Apache root folder within $WEBHOME
# E.g: APACHE_DOCUMENT_ROOT="/public"
ENV APACHE_DOCUMENT_ROOT=""

################################################################################

shinsenter/php:fpm-nginx

################################################################################

# Sets the directory from which Nginx will serve files
ENV WEBHOME="/var/www/html"

# Set Nginx root folder within $WEBHOME
# E.g: NGINX_DOCUMENT_ROOT="/public"
ENV NGINX_DOCUMENT_ROOT=""

################################################################################

1.0.0

04 Mar 07:57
Compare
Choose a tag to compare

The very first release

Docker images for PHP applications, from CLI to standalone web server.

https://hub.docker.com/r/shinsenter/php/tags

Docker Pulls shinsenter/php