summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorCallum Macdonald <github.com@callum-macdonald.com>2022-01-05 11:50:28 +0100
committerGitHub <noreply@github.com>2022-01-05 10:50:28 +0000
commit7013e06e2f60e1401349fd054372808376facc87 (patch)
tree5bf4b4cc6bfa4400906b25d3f7851267e216264b /contrib
parentCorrect Synapse install command for FreeBSD. (#11267) (diff)
downloadsynapse-7013e06e2f60e1401349fd054372808376facc87.tar.xz
Improve Docker docs for use with Postgres (#11640)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/docker/docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/docker/docker-compose.yml b/contrib/docker/docker-compose.yml
index 26d640c448..5ac41139e3 100644
--- a/contrib/docker/docker-compose.yml
+++ b/contrib/docker/docker-compose.yml
@@ -14,6 +14,7 @@ services:
     # failure
     restart: unless-stopped
     # See the readme for a full documentation of the environment settings
+    # NOTE: You must edit homeserver.yaml to use postgres, it defaults to sqlite
     environment:
       - SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
     volumes: