mirror of
https://github.com/cupcakearmy/wordpress-template.git
synced 2025-09-06 00:00:42 +00:00
move to fpm
This commit is contained in:
12
config/wp/Dockerfile
Normal file
12
config/wp/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# FROM wordpress:5-php7.3-apache
|
||||
FROM wordpress:fpm-alpine
|
||||
|
||||
# Possible extensions to install if needed 👇
|
||||
|
||||
# bcmath bz2 calendar ctype curl dba dom enchant exif fileinfo filter ftp gd gettext gmp hash
|
||||
# iconv imap interbase intl json ldap mbstring mysqli oci8 odbc opcache pcntl pdo pdo_dblib
|
||||
# pdo_firebird pdo_mysql pdo_oci pdo_odbc pdo_pgsql pdo_sqlite pgsql phar posix pspell readline
|
||||
# recode reflection session shmop simplexml snmp soap sockets sodium spl standard sysvmsg sysvsem
|
||||
# sysvshm tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zend_test zip
|
||||
|
||||
RUN docker-php-ext-install pdo_mysql
|
6
config/wp/custom.conf
Normal file
6
config/wp/custom.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
[www]
|
||||
|
||||
php_admin_value[memory_limit] = 512M
|
||||
php_admin_value[upload_max_filesize] = 512M
|
||||
php_admin_value[post_max_size] = 512M
|
||||
php_admin_value[max_execution_time] = 300
|
Reference in New Issue
Block a user