babim / docker-phpwebapps

webapps built in PHP 5.6 opcache redis (tag example wordpress, owncloud...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

docker run --name php -it -v /data/phpconfig:/usr/local/etc/php/conf.d -v /data/www:/var/www -p 80:80 babim/phpwebapp:(tag)

Volume

/usr/local/etc/php/conf.d
/var/www

Environment

TIMEZONE
PHP_MEMORY_LIMIT
MAX_UPLOAD
PHP_MAX_FILE_UPLOAD
PHP_MAX_POST
MAX_INPUT_TIME
MAX_EXECUTION_TIME

with environment ID:

auid = user id
agid = group id
auser = username
Default: agid = auid

About

webapps built in PHP 5.6 opcache redis (tag example wordpress, owncloud...)

License:MIT License


Languages

Language:Shell 100.0%