diff --git a/CHANGELOG b/CHANGELOG index 13044e7d549e74eae2e628419a2ea7c4b49625ae..3f651263028b3df56f0e6434da59dca98ccb9dc7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +v1.16.0 2020-12-28 +------------------ +docker/l3d#47 Optionally downgrade composer to version 1 +docker/l3d#51 Add curly brackets to auth.json if the file is empty +docker/l3d#53 Fix bug when creating auth.json +docker/l3d#54 Add COMPOSER_DOWNGRADE to .env file if available +docker/l3d#57 Mount the sudoers config +docker/l3d#57 Mount the sudoers.d config, mount into correct home directory, add all group IDs +docker/l3d#57 Mount the whole home directory, also solves the permissions +docker/l3d#57 Pass through UID and GID from host +docker/l3d#57 Set user 1000 for the main l3d container +docker/l3d#57 Set user and group id dynamically and mount password files into container + v1.15.0 2020-11-07 ------------------ docker/l3d#47 Composer 2 compatibility diff --git a/README.md b/README.md index 100f26f4a3c47d46d68c0c48fd0a2b20fb1bdb0a..80dea9dc3e9fec929f708c87d707553fdcd72803 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ Inside the container you'll find the directory `/drupal` which contains everythi | DorgFlow | `dorgflow` | | | Drush | `drush` | `d` | -### LakeDrops Drupal 8 project template +### LakeDrops Drupal 8 or Drupal 9 project template -If you have chosen the LakeDrops Drupal 8 project template, type 'a d4d up' at the command prompt within the container to start the remaining containers. +If you have chosen the LakeDrops Drupal 8 or Drupal 9 project template, type 'a d4d up' at the command prompt within the container to start the remaining containers. 'drush status' will then show you the URL of your project.