You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lately I've been noticing the following error message quite frequently with docker-compose up:
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).
The text was updated successfully, but these errors were encountered:
I never encountered similar errors from docker-compose.
For how long do you run this services?
Did you tried to run all components in detached mode docker-compose up -d? They will be run in the background so you could check they logs with docker-compose logs command.
Lately I've been noticing the following error message quite frequently with docker-compose up:
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).
The text was updated successfully, but these errors were encountered: