From e8eb3999ebbb0d18eb82fce2766ca4d6a491f5f6 Mon Sep 17 00:00:00 2001 From: Pieter Frenssen Date: Fri, 18 Nov 2022 15:01:53 +0200 Subject: [PATCH] Explain that a lando rebuild / destroy is needed for local changes to take effect. --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index ef5759876..141145a86 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,6 +34,8 @@ On the flip side, you might have some user-specific configuration you'd like to .lando.local.yml ``` +Any changes to your `.lando.local.yml` file take effect after doing a `lando rebuild`. If the basic `config` is overridden, a `lando destroy` is also needed to fully reset the configuration. + ## Configuration The base override and Landofile itself are all configurable via the Lando [global config](./global.md). The default values are shown below: