forked from data.coop/ansible
Upgrade to Synapse 1.0.0 and Riot-Web 1.2.1
This commit is contained in:
parent
57cf5103c5
commit
71664653b0
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
matrix_app:
|
matrix_app:
|
||||||
container_name: matrix
|
container_name: matrix
|
||||||
image: matrixdotorg/synapse:v0.99.5
|
image: matrixdotorg/synapse:v1.0.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- matrix
|
- matrix
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
|
|
||||||
riot:
|
riot:
|
||||||
container_name: riot_app
|
container_name: riot_app
|
||||||
image: avhost/docker-matrix-riot:v1.2.0
|
image: avhost/docker-matrix-riot:v1.2.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- matrix
|
- matrix
|
||||||
|
|
Loading…
Reference in a new issue