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:
@ -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() {
|
||||
|
Reference in New Issue
Block a user