mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
Only prune our own images (#337)
* Only prune our own images * Remove comment * Prune our own images only, ps1 script
This commit is contained in:
@ -130,7 +130,7 @@ function dockerComposePull() {
|
||||
}
|
||||
|
||||
function dockerPrune() {
|
||||
docker image prune -f
|
||||
docker image prune -f --filter="label=com.bitwarden.product=bitwarden"
|
||||
}
|
||||
|
||||
function updateLetsEncrypt() {
|
||||
|
Reference in New Issue
Block a user