【发布时间】:2020-11-18 02:54:45
【问题描述】:
在我的 DDEV 项目中添加了 Blackfire 服务后,我一直在遇到 docker-compose HTTP 超时(这是新的)。
Creating ddev-drupal-perf-workshop-db ...
Creating ddev-drupal-perf-workshop-blackfire ...
ERROR: for ddev-drupal-perf-workshop-blackfire UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
ERROR: for ddev-drupal-perf-workshop-db UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
ERROR: for blackfire UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
ERROR: for db UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).'
有没有办法为每个项目配置 DDEV 以扩展 COMPOSE_HTTP_TIMEOUT?如果我再次运行ddev start,一切都很好。
【问题讨论】:
标签: ddev