summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorkaiyou <pierre@jaury.eu>2018-02-10 21:59:58 +0100
committerkaiyou <pierre@jaury.eu>2018-02-10 21:59:58 +0100
commitb815aa0e2db8f50116b1443b559ca13fe6ad1750 (patch)
treee3d6e166538ea4ceab5b8515729e8a9a3dc56d27 /contrib
parentGenerate macaroon and registration secrets, then store the results to the dat... (diff)
downloadsynapse-b815aa0e2db8f50116b1443b559ca13fe6ad1750.tar.xz
Remove an accidentally committed test configuration
Diffstat (limited to 'contrib')
-rw-r--r--contrib/docker/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/docker/docker-compose.yml b/contrib/docker/docker-compose.yml
index 9e32dd87de..1d2aebbcd3 100644
--- a/contrib/docker/docker-compose.yml
+++ b/contrib/docker/docker-compose.yml
@@ -6,7 +6,7 @@ version: '3'
 services:
 
   synapse:
-    image: synapse #docker.io/matrixdotorg/synapse:latest
+    image: docker.io/matrixdotorg/synapse:latest
     # Since snyapse does not retry to connect to the database, restart upon
     # failure
     restart: unless-stopped