docker-compose icon indicating copy to clipboard operation
docker-compose copied to clipboard

adding a option to set COMPOSE_HTTP_TIMEOUT variable

Open upsilon01 opened this issue 3 years ago • 2 comments
trafficstars

I would like to add a option to override default COMPOSE_HTTP_TIMEOUT value(60) by adding it before the docker-compose command:

COMPOSE_HTTP_TIMEOUT=120 docker-compose up -d ....

should I make a PR on it?

upsilon01 avatar Aug 22 '22 13:08 upsilon01

Yes, please.

AlexZeitler avatar Aug 22 '22 14:08 AlexZeitler

It should be already possible to do using the env option. I just didn't find it documented in the actual docs (in contrast to cwd option and alike).

Steveb-p avatar Aug 23 '22 10:08 Steveb-p