From 1ef0fd1f5c2f68c428458dda995c015d68df1ec1 Mon Sep 17 00:00:00 2001 From: gyurix Date: Tue, 2 Sep 2025 11:31:52 +0200 Subject: [PATCH] Update EXTRA configuration in service-matrix.json for container cleanup --- matrix/service-matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/service-matrix.json b/matrix/service-matrix.json index 6a748be..43b29b6 100644 --- a/matrix/service-matrix.json +++ b/matrix/service-matrix.json @@ -162,7 +162,7 @@ "ENV_FILES": [ "/etc/user/secret/matrix/matrix.json" ], - "EXTRA": "", + "EXTRA": "--rm", "DEPEND": "null", "START_ON_BOOT": "false", "CMD": "null",