1
0
Fork 0

Update matrixdotorg/synapse Docker tag to v1.120.2

This commit is contained in:
renovate[bot] 2024-12-03 17:44:47 +00:00 committed by GitHub
parent d5a7158c62
commit 514917274c
1 changed files with 2 additions and 2 deletions

View File

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