1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-22 02:51:33 +01:00

Merge branch 'master' of github.com:bitwarden/core

This commit is contained in:
Kyle Spearrin 2018-08-08 14:21:22 -04:00
commit 9fce0fbcd7
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ function Docker-Compose-Pull {
}
function Docker-Prune {
docker image prune -f
docker image prune -f --filter="label=com.bitwarden.product=bitwarden"
}
function Update-Lets-Encrypt {

View File

@ -130,7 +130,7 @@ function dockerComposePull() {
}
function dockerPrune() {
docker image prune -f
docker image prune -f --filter="label=com.bitwarden.product=bitwarden"
}
function updateLetsEncrypt() {