Update docker-compose.yml (#2)

There should be no `docker pull` in `image:`.

Signed-off-by: Sander Datema <176252+sanderdatema@users.noreply.github.com>

Signed-off-by: Sander Datema <176252+sanderdatema@users.noreply.github.com>
This commit is contained in:
Sander Datema 2022-11-16 07:36:26 +01:00 committed by GitHub
parent 612ab82db0
commit ddfcc4c37c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
synapse:
# Use docker.io/matrixdotorg/synapse:latest if you want the official image (without the Mjolnir module).
image: docker pull ghcr.io/tommytran732/synapse:latest
image: ghcr.io/tommytran732/synapse:latest
# Since synapse does not retry to connect to the database, restart upon
# failure
restart: unless-stopped