1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-21 21:41:21 +01:00

Only prune our own images (#337)

* Only prune our own images

* Remove comment

* Prune our own images only, ps1 script
This commit is contained in:
Mart124 2018-08-08 16:04:03 +02:00 committed by Kyle Spearrin
parent 4ab95b64a8
commit b038b7b290
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() {