forked from data.coop/ansible
Upgrade synapse and riot to latest
This commit is contained in:
parent
4f07b8edb2
commit
5a5bb50e09
|
@ -77,7 +77,7 @@
|
|||
|
||||
matrix_app:
|
||||
container_name: matrix
|
||||
image: matrixdotorg/synapse:v1.11.0
|
||||
image: matrixdotorg/synapse:v1.12.4
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- matrix
|
||||
|
@ -97,7 +97,7 @@
|
|||
|
||||
riot:
|
||||
container_name: riot_app
|
||||
image: avhost/docker-matrix-riot:v1.5.10
|
||||
image: avhost/docker-matrix-riot:v1.6.0
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- matrix
|
||||
|
|
Loading…
Reference in a new issue