Browse Source

dont use `--all`

pull/394/head
Kyle Spearrin 7 years ago
parent
commit
4c3da35f76
  1. 2
      scripts/run.ps1
  2. 2
      scripts/run.sh

2
scripts/run.ps1

@ -80,7 +80,7 @@ function Docker-Compose-Files { @@ -80,7 +80,7 @@ function Docker-Compose-Files {
}
function Docker-Prune {
docker image prune --all --force --filter="label=com.bitwarden.product=bitwarden"
docker image prune --force --filter="label=com.bitwarden.product=bitwarden"
}
function Update-Lets-Encrypt {

2
scripts/run.sh

@ -123,7 +123,7 @@ function dockerComposeFiles() { @@ -123,7 +123,7 @@ function dockerComposeFiles() {
}
function dockerPrune() {
docker image prune --all --force --filter="label=com.bitwarden.product=bitwarden"
docker image prune --force --filter="label=com.bitwarden.product=bitwarden"
}
function updateLetsEncrypt() {

Loading…
Cancel
Save