ERREUR: une requête HTTP a mis trop de temps à se terminer. S'affiche.
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).
Capacité mémoire insuffisante de EC2?
Supprimer tous les conteneurs arrêtés
$ docker container prune
Supprimer tous les conteneurs à la fois
$ docker rm -f `docker ps -a -q`
Redémarrer
$ docker-compose up
Solution!
https://qiita.com/boiyama/items/9972601ffc240553e1f3 https://dawaan.com/docker-for-mac-hung/
Si vous avez d'autres suggestions ou suggestions, n'hésitez pas à nous en faire part. Vous remerciant à l'avance.