requests.exceptions.ReadTimeout

I am getting the following error when I start the tutor local quickstart

requests.exceptions.ReadTimeout: HTTPConnectionPool(host=‘lms’, port=8000): Read timed out. (read timeout=5)

I am running it locally and not sure why the host is pointing to LMS.
tutor, version 10.5.0
enabled plugins.
discovery==10.1.7
ecommerce==10.1.6

There is probably a problem with the LMS container. Run tutor local logs lms to see what the issue is.