1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-05-04 16:20:24 +08:00

Update matrixdotorg/synapse Docker tag to v1.127.1

This commit is contained in:
renovate[bot] 2025-03-27 01:56:40 +00:00 committed by GitHub
parent b333b03d08
commit ab34e70e3c

View File

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