From ca41276ecf696e39782d2ee91d5ece558f2b960e Mon Sep 17 00:00:00 2001 From: gyurix Date: Tue, 2 Sep 2025 11:14:15 +0200 Subject: [PATCH] Remove unnecessary EXTRA configuration from service-matrix.json --- 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 43b29b6..6a748be 100644 --- a/matrix/service-matrix.json +++ b/matrix/service-matrix.json @@ -162,7 +162,7 @@ "ENV_FILES": [ "/etc/user/secret/matrix/matrix.json" ], - "EXTRA": "--rm", + "EXTRA": "", "DEPEND": "null", "START_ON_BOOT": "false", "CMD": "null",