Skip to content

Commit f2a8028

Browse files
authored
Merge pull request #159 from johnspade/master
fix: remove dokkupaas/s3backup container after backup
2 parents 1465f6f + c276507 commit f2a8028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ service_backup() {
183183
fi
184184

185185
# shellcheck disable=SC2086
186-
docker run $BACKUP_PARAMETERS dokkupaas/s3backup:0.8.0
186+
docker run --rm $BACKUP_PARAMETERS dokkupaas/s3backup:0.8.0
187187
}
188188

189189
service_backup_auth() {

0 commit comments

Comments
 (0)