Changes since 5.1.2
- Vanilla WordPress updated to 4.9.8
- PHP:
- Updated to 7.2.8, 7.1.20, 7.0.31, 5.6.37
/var/www/html/vendor/bin
added to$PATH
- Added
~/.bash_profile
forwodby
user - SSH key, crontab and authorized key now can be added via bind mounts
- Nginx:
- Image
wodby/wordpress-nginx
has been replaced withwodby/nginx
with$NGINX_VHOST_PRESET=wordpress
- Nginx updated to 1.15.2
- Rebased to Alpine Linux 3.8
- New env vars to customize 403/404 pages location
- Extended list of static files extensions (see README)
- New env vars
NGINX_STATIC_
to control settings for handling static content - New env var
NGINX_ALLOW_ACCESS_HIDDEN_FILES
to control access to files starting with a dot - Added pseudo-streaming server-side for .flv, .mp4, .mov, m4a files
- Env vars
NGINX_STATIC_MP4_*
for mp4 streaming configuration - Updated default values for
open_file_cache
settings - Default expires for static content set to
7d
by default
- Image
- Apache:
- Image
wodby/php-apache
has been replaced withwodby/apache
with$APACHE_VHOST_PRESET=php
- Env var
APACHE_SERVER_ROOT
renamed toAPACHE_DOCUMENT_ROOT
(old name still supported) - MPM modules are now shared and can be changed (event is still the default)
- Image
Update instructions
Update your .env
and docker-compose.yml
files