mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
not just dangling image prune
This commit is contained in:
@@ -80,7 +80,7 @@ function Docker-Compose-Files {
|
||||
}
|
||||
|
||||
function Docker-Prune {
|
||||
docker image prune -f --filter="label=com.bitwarden.product=bitwarden"
|
||||
docker image prune --all --force --filter="label=com.bitwarden.product=bitwarden"
|
||||
}
|
||||
|
||||
function Update-Lets-Encrypt {
|
||||
|
||||
@@ -123,7 +123,7 @@ function dockerComposeFiles() {
|
||||
}
|
||||
|
||||
function dockerPrune() {
|
||||
docker image prune -f --filter="label=com.bitwarden.product=bitwarden"
|
||||
docker image prune --all --force --filter="label=com.bitwarden.product=bitwarden"
|
||||
}
|
||||
|
||||
function updateLetsEncrypt() {
|
||||
|
||||
Reference in New Issue
Block a user