Skip to content
Snippets Groups Projects
Commit 230e6fad authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'release/v1.16.0'

parents 71817ff6 300659f0
No related branches found
Tags v1.16.0
No related merge requests found
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
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment