Skip to content

Commit

Permalink
run: Set Compose project name
Browse files Browse the repository at this point in the history
  • Loading branch information
kc9jud committed Mar 18, 2022
1 parent acdf6fc commit d72744c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit d72744c

Please sign in to comment.