docs
docs copied to clipboard
The main docs site for Lando
As the title says.
Here's the Lando recipe for [SonarQube](https://docs.sonarsource.com/sonarqube/latest/): ## `.lando.yml` ```yml name: sonar proxy: sonar: - sonar.lndo.site:9000 services: db: type: postgres:15 portforward: true overrides: environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: '' POSTGRES_DB: database #...
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...
to whomever gets to this, there are still a few things we need to do here: * go through the guides/troubleshooting docs and move any that would be better served...
Currently we have to manually update the sitemap.xml in the public directory to add new sites in to the docs.lando.dev universe. It would be preferable to come up with a...
Add in missing `enable` to make last paragraph slightly clearer.
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-...
Please complete the following: **Link to the page that needs to be updated or changed.** https://docs.lando.dev/config/proxy.html#proxy https://docs.lando.dev/config/services.html#localhost-assignment **Describe the change you'd like** This could be a sever lack of understanding...