mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
Merge branch 'master' of github.com:bitwarden/core
This commit is contained in:
@@ -88,7 +88,7 @@ function Docker-Compose-Pull {
|
||||
}
|
||||
|
||||
function Docker-Prune {
|
||||
docker image prune -f
|
||||
docker image prune -f --filter="label=com.bitwarden.product=bitwarden"
|
||||
}
|
||||
|
||||
function Update-Lets-Encrypt {
|
||||
|
||||
@@ -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