1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

dont use --all

This commit is contained in:
Kyle Spearrin
2018-10-30 10:21:13 -04:00
parent d0421ab1df
commit 4c3da35f76
2 changed files with 2 additions and 2 deletions

View File

@ -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() {