Browse Source

Set Compose HTTP timeout. (#390)

pull/394/head
SoulSeekkor 7 years ago committed by Kyle Spearrin
parent
commit
7c36984609
  1. 1
      scripts/run.ps1
  2. 1
      scripts/run.sh

1
scripts/run.ps1

@ -77,6 +77,7 @@ function Docker-Compose-Files { @@ -77,6 +77,7 @@ function Docker-Compose-Files {
else {
$env:COMPOSE_FILE = "${dockerDir}\docker-compose.yml"
}
$env:COMPOSE_HTTP_TIMEOUT = "300"
}
function Docker-Prune {

1
scripts/run.sh

@ -120,6 +120,7 @@ function dockerComposeFiles() { @@ -120,6 +120,7 @@ function dockerComposeFiles() {
else
export COMPOSE_FILE="$DOCKER_DIR/docker-compose.yml"
fi
export COMPOSE_HTTP_TIMEOUT="300"
}
function dockerPrune() {

Loading…
Cancel
Save