From b44d99c64b3cf416779302de9a44cd5238ee3865 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sat, 11 Feb 2023 16:21:46 +0100 Subject: [PATCH] matrix: add tag element-web --- src/matrix/constants-service.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/matrix/constants-service.conf b/src/matrix/constants-service.conf index a318186..9bfdb2d 100644 --- a/src/matrix/constants-service.conf +++ b/src/matrix/constants-service.conf @@ -19,11 +19,8 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" -# Define the version of Element Web -MATRIX_ELEMENT_VERSION="v1.9.9" - # Sets the minimum amount of RAM the service needs for operation LXC_MEM_MIN=1024 # service dependent meta tags -SERVICE_TAGS="nginx,postgresql" \ No newline at end of file +SERVICE_TAGS="nginx,postgresql,element-web" \ No newline at end of file