Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ function Docker-Compose-Files {
$env:COMPOSE_FILE = "${dockerDir}\docker-compose.yml"
}
$env:COMPOSE_HTTP_TIMEOUT = "300"
$env:COMPOSE_PROJECT_NAME = "bitwarden"
}

function Docker-Compose-Volumes {
Expand Down
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ function dockerComposeFiles() {
export COMPOSE_FILE="$DOCKER_DIR/docker-compose.yml"
fi
export COMPOSE_HTTP_TIMEOUT="300"
export COMPOSE_PROJECT_NAME="bitwarden"
}

function dockerComposeVolumes() {
Expand Down