Update matrixdotorg/synapse Docker tag to v1.121.1

This commit is contained in:
renovate[bot] 2024-12-11 21:54:34 +00:00 committed by GitHub
parent f0e560f374
commit 5e647307fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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