Macでdocker-composeを使っています。
コンテナ起動時に下記エラーが発生し、コンテナが起動できなくなりました。
次回また発生した時のため備忘録として書いておきます。
操作
$ docker-compose up
エラーの内容
ERROR: for redis UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
ERROR: for phpmyadmin 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)
ERROR: for web UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
解決方法
- MacのDocker Desktopを再起動する