From 47bf79b24ffcd41fcb3291908a812306eb0f2c92 Mon Sep 17 00:00:00 2001 From: BhasherBEL Date: Mon, 3 Jun 2024 21:56:03 +0200 Subject: [PATCH] Update element (+2yo) --- bxl-shp/apps/docker-compose.matrix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bxl-shp/apps/docker-compose.matrix.yaml b/bxl-shp/apps/docker-compose.matrix.yaml index e2d402a..795361e 100644 --- a/bxl-shp/apps/docker-compose.matrix.yaml +++ b/bxl-shp/apps/docker-compose.matrix.yaml @@ -27,10 +27,10 @@ services: matrix-riot: container_name: matrix-element - image: ghcr.io/bubuntux/element-web + image: vectorim/element-web restart: unless-stopped volumes: - - $CONFIG/riot/config.json:/etc/element-web/config.json:ro + - $CONFIG/riot/config.json:/app/config/config.json:ro labels: - "traefik.enable=true" - "traefik.http.routers.matrix-riot.rule=Host(`element.bhasher.com`)"