mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -04:00
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:
parent
612ab82db0
commit
ddfcc4c37c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user