Changelog
- IMPORTANT: MariaDB container now has no volume defined via compose file. The volume is already defined in its Dockerfile, so Docker will create and mount volume automatically. Do not use docker-compose down unless you want to purge your volumes. If you restart docker or use docker-compose stop the volume will persist
- All-new 2.0.0 docker images: wordpress-nginx, wordpress-php, mariadb, redis, wordpress-varnish. You can now customize images with environment variable and override entire configs by using .tpl template (based on confd)
- Performance improvement for macOS (OSX) users: a new way to sync codebase files is now described. It's based on docker-sync project. Docker is now usable for development on mac. See documentation
- Versions of images, except official, are now frozen. A new version will be released when a newer image version is available
- Domains support via Traefik
- We now have slack where you can any questions about docker4wordpress
- PHP versions: 7.0/7.1 based on officials
- Extended list of PHP extensions
- New documentation http://docs.docker4wordpress.org/
- License file added (MIT)
- Changelog file added