Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <james.deathe@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion README-short.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CentOS-6 6.6 x86_64 / Apache / PHP (FastCGI) / PHP memcached / PHP APC / Composer.
CentOS-6 6.7 x86_64 / Apache / PHP (FastCGI) / PHP Memcached / PHP APC.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion apache-php.app-1.1.1@8080.service
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down