1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-24 23:59:40 +08:00

chore(deps): update matrixdotorg/synapse docker tag to v1.120.0

This commit is contained in:
renovate[bot] 2024-11-26 15:25:25 +00:00 committed by GitHub
parent 2b1babcc7f
commit 7ebc904bd2

View File

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