-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ Quirks
Matt Poole edited this page Jul 9, 2024
·
2 revisions
I had the tooling that was provided by the drupal10 recipe just stop working all together. I could rename the project and it started working again. For things like this, I highly recommend deleting files for your project name in ~/.lando/cache/[project-name].* See also https://docs.lando.dev/help/purging-containers.html
Try to find the container name like docker ps -a | grep traefik
, then docker rm landoproxyhyperion5000gandalfedition_proxy_1
or whatever the container name is.