mirror of
https://github.com/bitwarden/server.git
synced 2025-04-08 06:28:14 -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:
parent
4ab95b64a8
commit
b038b7b290
@ -88,7 +88,7 @@ function Docker-Compose-Pull {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Docker-Prune {
|
function Docker-Prune {
|
||||||
docker image prune -f
|
docker image prune -f --filter="label=com.bitwarden.product=bitwarden"
|
||||||
}
|
}
|
||||||
|
|
||||||
function Update-Lets-Encrypt {
|
function Update-Lets-Encrypt {
|
||||||
|
@ -130,7 +130,7 @@ function dockerComposePull() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function dockerPrune() {
|
function dockerPrune() {
|
||||||
docker image prune -f
|
docker image prune -f --filter="label=com.bitwarden.product=bitwarden"
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateLetsEncrypt() {
|
function updateLetsEncrypt() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user