Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

A more dynamic Docroot

Choose a tag to compare

@socketwench socketwench released this 30 Jul 19:05
· 62 commits to main since this release

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/html is used.
  • When execing in to run shell commands, you are now placed in the directory specified by APACHE_DOCROOT_DIR. If no value is provided, the historical default of /var/www/html is used.
  • Internally, the default WORKDIR of the web containers is now the same has the www-data user 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.