Browse Source

Remove an accidentally committed test configuration

kaiyou 6 years ago
parent
commit
b815aa0e2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/docker/docker-compose.yml

+ 1 - 1
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