From 58d5ac6d78b8005aa04d440fd5e4c65b209d49ad Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Thu, 30 Aug 2018 23:59:18 +0200 Subject: [PATCH] Update docker-compose.yml Fix typo and path to Dockerfile --- contrib/docker/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/docker/docker-compose.yml b/contrib/docker/docker-compose.yml index 3a8dfbae34ef..4157cc826f75 100644 --- a/contrib/docker/docker-compose.yml +++ b/contrib/docker/docker-compose.yml @@ -6,9 +6,9 @@ version: '3' services: synapse: - build: ../.. + build: ../../docker image: docker.io/matrixdotorg/synapse:latest - # Since snyapse does not retry to connect to the database, restart upon + # Since synapse does not retry to connect to the database, restart upon # failure restart: unless-stopped # See the readme for a full documentation of the environment settings