Update docker-compose.yml

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-09-06 00:59:52 -04:00 committed by GitHub
parent dfbd595d54
commit 10ccbfe6b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ version: '3'
services:
synapse:
image: docker.io/matrixdotorg/synapse:latest
# Altneratively, use ghcr.io/wonderfall/synapse:1.61.1 for a hardened image.
image: docker pull ghcr.io/tommytran732/synapse:latest
# Altneratively, use docker.io/matrixdotorg/synapse:latest for the official image.
# Since synapse does not retry to connect to the database, restart upon
# failure
restart: unless-stopped