From a88dcd925b97a6f8629f1f99d380d05d9cfc1d8a Mon Sep 17 00:00:00 2001 From: elmatadoor Date: Tue, 3 Dec 2024 20:23:46 +0100 Subject: [PATCH] Update matrix-element.yml --- templates/compose/matrix-element.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/templates/compose/matrix-element.yml b/templates/compose/matrix-element.yml index c79475680..7e1b01bd9 100644 --- a/templates/compose/matrix-element.yml +++ b/templates/compose/matrix-element.yml @@ -2,11 +2,11 @@ # slogan: An open network for secure, decentralised communication # tags: real-time-messaging,secure-communication,peer-to-peer # logo: svgs/matrix-element.svg +# port: 8008 services: synapse: image: "docker.io/matrixdotorg/synapse:v1.84.1" - restart: unless-stopped environment: - SYNAPSE_CONFIG_PATH=/data/homeserver.yaml volumes: @@ -18,7 +18,6 @@ services: image: "vectorim/element-web:latest" environment: - SERVICE_FQDN_ELEMENT - restart: unless-stopped volumes: - element:/app @@ -34,12 +33,6 @@ services: coturn: image: "instrumentisto/coturn:latest" - restart: "unless-stopped" volumes: - coturn:/etc/coturn -volumes: - synapse_data: - synapse_db_data: - coturn: - element: