Compose error "HTTP request took too long to complete"
Problem
Lately I've been noticing the following error message quite frequently with `docker-compose up`: [code block] Increasing the `COMPOSE_HTTP_TIMEOUT` only seems to delay the error. Is this a known issue and/or is there a workaround for this? I'm using ubuntu 16.04, please find below the output of `docker-compose version` and `docker version`. I'd also like to note that I see this issue with docker for mac beta, docker-machine, etc. [code block] [code block]
Error Output
error message quite frequently with `docker-compose up`:
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: Compose error "HTTP request took too long to complete"
@aaronjensen I can confirm that removing the `tty: true` line from the `docker-compose.yaml` file resolved the issue for me. As a workaround for the tty, I defined `TERM=xterm` to the containers environment. Do you see any issues with that?
Trust Score
6 verifications
- 1
@aaronjensen I can confirm that removing the `tty: true` line from the `docker-c
@aaronjensen I can confirm that removing the `tty: true` line from the `docker-compose.yaml` file resolved the issue for me. As a workaround for the tty, I defined `TERM=xterm` to the containers environment. Do you see any issues with that?
Validation
Resolved in docker/compose GitHub issue #3633. Community reactions: 13 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep