Update Matrix #262

Merged
peter merged 1 commits from renovate/matrix into master 2026-02-03 08:38:21 +01:00
Showing only changes of commit eaa996f117 - Show all commits

View File

@@ -61,7 +61,7 @@ services:
ports: ports:
- 5440:5432 - 5440:5432
mas: mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.9.0 image: ghcr.io/element-hq/matrix-authentication-service:1.10.0
restart: always restart: always
working_dir: /config working_dir: /config
volumes: volumes:
@@ -97,7 +97,7 @@ services:
- 5442:5432 - 5442:5432
synapse: synapse:
container_name: synapse container_name: synapse
image: matrixdotorg/synapse:v1.145.0 image: matrixdotorg/synapse:v1.146.0
restart: always restart: always
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data