1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-01 23:31:41 +01:00

Set Compose HTTP timeout. (#390)

This commit is contained in:
SoulSeekkor 2018-11-08 20:32:23 -06:00 committed by Kyle Spearrin
parent b83b006cd8
commit 7c36984609
2 changed files with 2 additions and 0 deletions

View File

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

View File

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