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