diff --git a/Dockerfile b/Dockerfile index 6475199..0f7538b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ # ============================================================================= # jdeathe/centos-ssh-apache-php-fcgi # -# CentOS-6, Apache 2.2, PHP 5.3, PHP memcached 1.0, PHP APC 3.1, Composer +# CentOS-6, Apache 2.2, PHP 5.3, PHP Memcached 1.0, PHP APC 3.1. # # ============================================================================= -FROM jdeathe/centos-ssh-apache-php:centos-6-1.3.1 +FROM jdeathe/centos-ssh-apache-php:centos-6-1.4.0 MAINTAINER James Deathe diff --git a/README-short.txt b/README-short.txt index 27bcd56..0c8fc6c 100644 --- a/README-short.txt +++ b/README-short.txt @@ -1 +1 @@ -CentOS-6 6.6 x86_64 / Apache / PHP (FastCGI) / PHP memcached / PHP APC / Composer. \ No newline at end of file +CentOS-6 6.7 x86_64 / Apache / PHP (FastCGI) / PHP Memcached / PHP APC. \ No newline at end of file diff --git a/README.md b/README.md index 1658a51..0df7a49 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ centos-ssh-apache-php-fcgi ========================== -Docker Image including CentOS-6 6.6 x86_64, Apache 2.2, PHP 5.3, PHP memcached 1.0, PHP APC 3.1. +Docker Image including CentOS-6 6.7 x86_64, Apache 2.2, PHP 5.3, PHP Memcached 1.0, PHP APC 3.1. Apache PHP web server, loading only a minimal set of Apache modules by default. Supports custom configuration via environment variables and/or a configuration data volume. diff --git a/apache-php.app-1.1.1@8080.service b/apache-php.app-1.1.1@8080.service index a5bee6f..0cc5b06 100644 --- a/apache-php.app-1.1.1@8080.service +++ b/apache-php.app-1.1.1@8080.service @@ -32,7 +32,7 @@ TimeoutStartSec=1200 Environment="MOUNT_PATH_CONFIG=/etc/services-config" Environment="MOUNT_PATH_DATA=/var/services-data" Environment="DOCKER_IMAGE_NAME=jdeathe/centos-ssh-apache-php-fcgi" -Environment="DOCKER_IMAGE_TAG=centos-6-1.3.1" +Environment="DOCKER_IMAGE_TAG=centos-6-1.4.0" # Create a data container for the configuration volume ExecStartPre=/bin/sudo /bin/bash -c \