Update matrixdotorg/synapse Docker tag to v1.128.0
This commit is contained in:
parent
3607fef6d0
commit
cd9286f5c0
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
synapse-init:
|
||||
image: matrixdotorg/synapse:v1.127.1
|
||||
image: matrixdotorg/synapse:v1.128.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.127.1
|
||||
image: matrixdotorg/synapse:v1.128.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
|
|||
Loading…
Reference in New Issue