summary refs log tree commit diff
path: root/contrib/docker/docker-compose.yml
diff options
context:
space:
mode:
authorkaiyou <pierre@jaury.eu>2018-02-10 00:05:03 +0100
committerkaiyou <pierre@jaury.eu>2018-02-10 00:05:03 +0100
commit6f0b1f85f9f34401219eab4b4977a63c698ce987 (patch)
tree83fa6ba90026785f0fb5bb0d3d18c197e981bdea /contrib/docker/docker-compose.yml
parentFix the path to the log config file (diff)
downloadsynapse-6f0b1f85f9f34401219eab4b4977a63c698ce987.tar.xz
Generate macaroon and registration secrets, then store the results to the data dir
Diffstat (limited to 'contrib/docker/docker-compose.yml')
-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 1d2aebbcd3..9e32dd87de 100644
--- a/contrib/docker/docker-compose.yml
+++ b/contrib/docker/docker-compose.yml
@@ -6,7 +6,7 @@ version: '3'
 services:
 
   synapse:
-    image: docker.io/matrixdotorg/synapse:latest
+    image: synapse #docker.io/matrixdotorg/synapse:latest
     # Since snyapse does not retry to connect to the database, restart upon
     # failure
     restart: unless-stopped