From 0619249d2ce22afe83e46ef937bd4d2e9d48a035 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 2 Dec 2018 04:46:52 -0500 Subject: [PATCH] fix: clean up backup containers after use Closes dokku/dokku#104 --- common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-functions b/common-functions index f2a9716..d9c0b58 100755 --- a/common-functions +++ b/common-functions @@ -183,7 +183,7 @@ service_backup() { fi # shellcheck disable=SC2086 - docker run $BACKUP_PARAMETERS dokkupaas/s3backup:0.8.0 + docker run --rm $BACKUP_PARAMETERS dokkupaas/s3backup:0.8.0 } service_backup_auth() {