😸
【Docker】docker-compose up 時にでたエラーの解決
エラー内容
ERROR: for docker_rails_web_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
ERROR: for web UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
ERROR: 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).
考えられる原因
よくわからないが、Docker for Macの原因らしい、、
解決策
Docker Desktopの再起動で解決 :raised_back_of_hand:
Restartで再起動!!
参考
Discussion