forked from data.coop/ansible
Update Riot and Synapse to latest
This commit is contained in:
parent
ad243a5777
commit
99cb94c94a
|
@ -77,7 +77,7 @@
|
|||
|
||||
matrix_app:
|
||||
container_name: matrix
|
||||
image: matrixdotorg/synapse:v1.12.4
|
||||
image: matrixdotorg/synapse:v1.18.0
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- matrix
|
||||
|
@ -97,7 +97,7 @@
|
|||
|
||||
riot:
|
||||
container_name: riot_app
|
||||
image: avhost/docker-matrix-riot:v1.6.0
|
||||
image: avhost/docker-matrix-riot:v1.7.3
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- matrix
|
||||
|
|
Loading…
Reference in a new issue