Merge pull request #1052 from QYG2297248353/renovate/matrixdotorg-synapse-1.x

Update matrixdotorg/synapse Docker tag to v1.122.0
This commit is contained in:
新疆萌森软件开发工作室 2025-01-15 10:22:35 +08:00 committed by GitHub
commit 504ce2f6db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ networks:
services:
synapse-init:
image: matrixdotorg/synapse:v1.121.1
image: matrixdotorg/synapse:v1.122.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.121.1
image: matrixdotorg/synapse:v1.122.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"