Skip to content

Commit c276507

Browse files
author
ilopatin
committed
fix: remove dokkupaas/s3backup container after backup
1 parent 98edfb9 commit c276507

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)