mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
prune all except setup
This commit is contained in:
@ -80,7 +80,8 @@ function Docker-Compose-Files {
|
||||
}
|
||||
|
||||
function Docker-Prune {
|
||||
docker image prune --force --filter="label=com.bitwarden.product=bitwarden"
|
||||
docker image prune --all --force --filter="label=com.bitwarden.product=bitwarden" `
|
||||
--filter="label!=com.bitwarden.project=setup"
|
||||
}
|
||||
|
||||
function Update-Lets-Encrypt {
|
||||
|
Reference in New Issue
Block a user