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