From dcda9cd0b345fac6e37a751e936e7fc390012a38 Mon Sep 17 00:00:00 2001 From: reonokiy Date: Fri, 30 May 2025 02:41:31 +0800 Subject: [PATCH] update --- synapse/docker-compose.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/synapse/docker-compose.yaml b/synapse/docker-compose.yaml index 13c2370..d579c31 100644 --- a/synapse/docker-compose.yaml +++ b/synapse/docker-compose.yaml @@ -57,21 +57,15 @@ services: image: ghcr.io/element-hq/matrix-authentication-service:0.16.0 container_name: mas restart: unless-stopped - command: ["server", "--config", "/data/config.yaml"] + command: ["server", "--config", "/data/mas.yaml"] volumes: - - ${DATA_DIR:-./data}/mas.yaml:/data/config.yaml:ro + - ${DATA_DIR:-./data}/mas.yaml:/data/mas.yaml:ro + - ${DATA_DIR:-./data}/homeserver.yaml:/data/homeserver.yaml:ro depends_on: mas-postgres: condition: service_healthy ports: - 8080:8080 - - syn2mas: - restart: "no" - image: ghcr.io/element-hq/matrix-authentication-service/syn2mas:0.14.0 - volumes: - - ${DATA_DIR:-./data}/mas.yaml:/mas.yaml:ro - - ${DATA_DIR:-./data}/homeserver.yaml:/homeserver.yaml:ro mas-postgres: image: postgres:17.5