Skip to content

Commit

Permalink
matrix: update synapse & riot
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Apr 12, 2020
1 parent c9fc1bb commit 5937f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matrix/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:

services:
app:
image: matrixdotorg/synapse:v1.7.1-py3
image: matrixdotorg/synapse:v1.12.3-py3
restart: unless-stopped
env_file:
- .env
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
args:
SYNAPSE_FULL_URL: ${CHATONS_SERVICE:-matrix}.${CHATONS_DOMAIN:-localhost}
CHATONS_DOMAIN: ${CHATONS_DOMAIN:-localhost}
RIOT_VERSION: v1.5.6
RIOT_VERSION: v1.5.15
PROTOCOL: ${PROTOCOL:-http}
restart: unless-stopped
labels:
Expand Down

0 comments on commit 5937f20

Please sign in to comment.