mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
Set Compose HTTP timeout. (#390)
This commit is contained in:

committed by
Kyle Spearrin

parent
b83b006cd8
commit
7c36984609
@ -77,6 +77,7 @@ function Docker-Compose-Files {
|
||||
else {
|
||||
$env:COMPOSE_FILE = "${dockerDir}\docker-compose.yml"
|
||||
}
|
||||
$env:COMPOSE_HTTP_TIMEOUT = "300"
|
||||
}
|
||||
|
||||
function Docker-Prune {
|
||||
|
Reference in New Issue
Block a user