All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
php-fpm
container: installpdftok
,pdftotext
php-fpm
container: addldap
support
restart
property is now set tounless-stopped
for all containers- GD library support
- expose port 6379 to make Redis reachable from host machine
- update
init
/stop
scripts - UseCONTAINER_PREFIX
also for image names
WP_DEBUG
assignment fromgetenv('APP_DEBUG')
- typo
- add execution attribute to
init
script
- add
README.it.md
(README in Italian language) - minor updates to
README.md
- add
$DATABASE_IMAGE
env variable to choose database image (MySQL or MariaDB, with optional tags) - add
init
script - minor updates to
README.md
- add
$PHP_VERSION
env variable to choose PHP version (between7.2
,7.3
,7.4
) - add OPCache support
- add
docker-compose.override.yml
to.gitignore
so one can customize the configuration (e.g. bind mounts, etc.)
- improve
.env.example
readability
- Add missing
Updates
section inREADME.md
- Minor changes to
CHANGELOG.md
wp-init
script doesn't use anymoresed
for substitutions- Remove unused code
wp
command insidephp-fpm
container didn't work anymore due to the lack ofless
command
wp-init
script does not create anymore a.env\'\'
file
- Add
WP_SITE_TITLE
parameter in .env file
- Run
php-fpm
container aswww
user - Optimize
php-fpm
Dockerfile - Improve comments in several files
- Add comments to scripts
- Add messages after WordPress has been installed
wp-cli
is no more a requirement on the host- Change
wp-init
orwp-install
to usewp-cli
inside thephp-fpm
container
- Check
wp-cli
is installed before runningwp-init
orwp-install
scripts - Add CHANGELOG.md
Publish this project on github.com