1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-08 06:28:14 -05:00

not just dangling image prune

This commit is contained in:
Kyle Spearrin 2018-10-22 08:10:58 -04:00
parent 96b492fa07
commit 552bddc1a4
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ function Docker-Compose-Files {
} }
function Docker-Prune { function Docker-Prune {
docker image prune -f --filter="label=com.bitwarden.product=bitwarden" docker image prune --all --force --filter="label=com.bitwarden.product=bitwarden"
} }
function Update-Lets-Encrypt { function Update-Lets-Encrypt {

View File

@ -123,7 +123,7 @@ function dockerComposeFiles() {
} }
function dockerPrune() { function dockerPrune() {
docker image prune -f --filter="label=com.bitwarden.product=bitwarden" docker image prune --all --force --filter="label=com.bitwarden.product=bitwarden"
} }
function updateLetsEncrypt() { function updateLetsEncrypt() {