I was working away on a ddev project that previously worked and now I can't get it going. ddev list
shows "web service unhealthy" and ddev start
shows "web service health check timed out". How can I debug this?
The quickest way to understand what's up with the web container is to use ddev logs
, see How can I find out what's going wrong with a ddev container, or see the logs?
Most often these are the causes of web container timeout:
.ddev/web-build/Dockerfile*
are highly likely to be the problem.