mirror of
https://github.com/bitwarden/server
synced 2025-12-13 06:43:45 +00:00
dont use --all
This commit is contained in:
@@ -80,7 +80,7 @@ function Docker-Compose-Files {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Docker-Prune {
|
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 {
|
function Update-Lets-Encrypt {
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ function dockerComposeFiles() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function dockerPrune() {
|
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() {
|
function updateLetsEncrypt() {
|
||||||
|
|||||||
Reference in New Issue
Block a user