This repository was archived by the owner on Jul 1, 2021. It is now read-only.
A more dynamic Docroot
2.2.2 is a bugfix release for users who specify an alternative Apache docroot using APACHE_DOCROOT_DIR.
The following fixes were made:
- The default Drush root now relies on the value of
APACHE_DOCROOT_DIR. If no value is provided, the historical default of/var/www/htmlis used. - When
execing in to run shell commands, you are now placed in the directory specified byAPACHE_DOCROOT_DIR. If no value is provided, the historical default of/var/www/htmlis used. - Internally, the default
WORKDIRof thewebcontainers is now the same has thewww-datauser home directory.
Updating
This is a container-only update. You only need to run docker-compose pull to get the newest version. Furthermore, only the web container is affected. There is no need to delete your database containers.