Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

19 Commits

Repository files navigation

Docker Base Images for WordPress

This repo builds base Docker base images for WordPress.

Build Arguments

The following variables can be only be configured at build.

Build ArgDescription
WORDPRESS_VERSIONWordPress version
PHP_VERSIONPHP version
PHP_EXTENSIONSAdditional extensions to install (using mlocati/docker-php-extension-installer)
FLAVORBase image type. One of apache, fpm-alpine, or cli

Runtime Configuration

PHP Configuration

The following variables can be configured at build (Typically with an ARG in the Dockerfile) or during runtime (With environment variables).

Build ArgDescriptionDefault
PHP_MAX_EXECUTION_TIMESee max_execution_time.30
PHP_MAX_INPUT_VARSSee max_input_vars.1000
PHP_MEMORY_LIMITSee memory_limit.256M
PHP_POST_MAX_SIZESee post_max_size.32M
PHP_UPLOAD_MAX_FILESIZESee upload_max_filesize.8M
PHP_MAX_FILE_UPLOADSSee max_file_uploads.20

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages