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`)"