Skip to content
This repository was archived by the owner on Oct 14, 2019. It is now read-only.

luizcarlosfaria/wordpress-apache-php7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This image is based on wordpress official image with minor changes

Features

  • Base on php:7-apache
  • Latest Wordpress
  • PHP.ini custom values
  • Use same code base for configuration and setup

Supported tags and respective Dockerfile links

Based on wordpress official image

All usage documentation still under wordpress official image. This image has no changes on usage of base image. Use official wordpress image docs to see how to work with this image.

Additions

opcache.memory_consumption=512
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=8000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
post_max_size = 50M
upload_max_filesize = 50M