Update matrixdotorg/synapse Docker tag to v1.124.0

This commit is contained in:
renovate[bot] 2025-02-11 16:18:08 +00:00 committed by GitHub
parent 4207adc059
commit 4c1585c7d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ networks:
services:
synapse-init:
image: matrixdotorg/synapse:v1.123.0
image: matrixdotorg/synapse:v1.124.0
container_name: init-${CONTAINER_NAME}
entrypoint:
- /start.py
@ -22,7 +22,7 @@ services:
- SYNAPSE_NO_TLS=true
- SYNAPSE_HTTP_PORT=8008
synapse:
image: matrixdotorg/synapse:v1.123.0
image: matrixdotorg/synapse:v1.124.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"