Upgrade synapse image

This commit is contained in:
Paul-Henri Froidmont 2020-09-15 15:37:57 +02:00
parent 5f49439051
commit 5cc611bd97

View file

@ -16,11 +16,9 @@ services:
- matrix
synapse:
image: silviof/docker-matrix
image: matrixdotorg/synapse
ports:
- "127.0.0.1:8008:8008"
- "8448:8448"
- "3478:3478"
labels:
- "traefik.backend=synapse"
- "traefik.docker.network=web"
@ -40,6 +38,14 @@ services:
- web
restart: always
coturn:
image: instrumentisto/coturn
network_mode: host
volumes:
- ./synapse/turnserver.conf:/etc/coturn/turnserver.conf
tmpfs:
- /var/lib/coturn
networks:
matrix:
external: