Joshua Graham

Results 24 issues of Joshua Graham

I would like to extract a Lando's project name so I can run the `docker` commands on them for features not supported directly by Lando, such as: - To automate...

feature

When I run 'lando rebuild', the anonymous volumes are lost. This is a problem when using a database container like MySQL. I don't think I can use a named volume...

Needs Triage

Is there way to do string concatenation in the lando yml file? I think some extra logic is required to add a `join` function in python before a loading the...

YAML merge works in lando.yml file. We should document this on [lando.dev](https://docs.lando.dev/). Example of merge working in lando/yml file: **Merged version** ```yml name: my-drupal9-project recipe: drupal9 x-php-version: &php-version '8.1' x-...

Needs Triage