5.1.0
Changes since 5.0.7
- WordPress updated to 4.9.6
- PHP
- Added php tidy extension
- Added tideways xhprof extension wodby/drupal-php#49 (disabled by default)
auto_prepend_file
andauto_append_file
are now configurable- Updated PHP extensions: GRPC 1.12.0, igbinary 2.0.6, mongodb 1.4.4
- MariaDB:
- New version 10.3 added (10.3.7)
- MariaDB updates: 10.2.15, 10.1.34
- ⭐️Latest MariaDB 10.1 now works with bind mounts on macOS/Win, this version is now default
optimizer_prune_level
andoptimizer_search_depth
are now configurable wodby/mariadb#4- ⭐️Default
innodb_buffer_pool_size
set to128M
that should significantly decrease memory usage by MariaDB container - Default
innodb_buffer_pool_instances
set to1
- Nginx:
- Added new Nginx 1.15
- ⭐️Added mog_pagespeed module. Disabled by default, to enable uncomment
NGINX_PAGESPEED=on
- Added new modules:
http_image_filter_module
http_slice_module
http_xslt_module
stream_geoip_module
stream_realip_module
stream_ssl_preread_module
- Varnish: environment variable
VARNISHD_STORAGE_SIZE
has been dropped, we no longer add a predefined secondary storage. You can now add your custom secondary storage viaVARNISHD_SECONDARY_STORAGE
wodby/varnish#4 - Webgrind: changed default error reporting level, rebased to latest PHP 7.1 image
Update instructions
Update your .env
and docker-compose.yml
files