1
0
mirror of https://github.com/bitwarden/server synced 2025-12-21 18:53:41 +00:00

stop script

This commit is contained in:
Kyle Spearrin
2017-08-21 09:39:12 -04:00
parent 9049c48aed
commit c50b4657d6
5 changed files with 45 additions and 1 deletions

13
scripts/stop.ps1 Normal file
View File

@@ -0,0 +1,13 @@
param (
[string] $dockerDir = ""
)
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
if($dockerDir -eq "") {
$dockerDir="${dir}\..\docker"
}
docker --version
docker-compose --version
docker-compose -f ${dockerDir}\docker-compose.yml -f ${dockerDir}\docker-compose.macwin.yml down