hlihhovac / nginx-php-fpm

debian wheezy based docker image with nginx-1.9 and php-fpm-5.4 for vTiger 6.2 deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-php-fpm

debian wheezy based docker image with nginx-1.9 and php-fpm-5.4 for vTiger CRM v6.2 deployment

based on maxexcloo/nginx-php image concept except pushed into one level Dockerfile instead of three level "inheritance" concept (debian->nginx->php) by maxexcloo and inforced lock to php<5.5 as vTiger requirement

for data structure explanation see maxexcloo/nginx-php:README.md. /etc and /config contains config files tunned for vTiger hosting

for image build use

git clone https://github.com/hlihhovac/nginx-php-fpm.git

then modify configs in /etc and /config as required

build image:

sudo docker build -t local/nginx-php-fpm .

run container with

sudo docker run -it \
--link mysql-1:mysql \
-v /opt/docker-shared/vtiger1-data/etc/php-vtiger.conf:/data/config/php-vtiger.conf \
-v /opt/docker-shared/vtiger1-data/vtigercrm:/data/http \
limes.ba/nginx-php-fpm 

About

debian wheezy based docker image with nginx-1.9 and php-fpm-5.4 for vTiger 6.2 deployment

License:Apache License 2.0


Languages

Language:Nginx 67.6%Language:Shell 32.4%