docs
docs copied to clipboard
How to keep anonymous volumes when running 'lando rebuild'?
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 at the same location, since when I download someone else's mySQL docker image, the location would be empty instead of pre populated.