diff options
author | kaiyou <pierre@jaury.eu> | 2018-02-10 23:57:36 +0100 |
---|---|---|
committer | kaiyou <pierre@jaury.eu> | 2018-02-10 23:57:36 +0100 |
commit | 07f1b7181997dca91b67dca7561ce4c532caf253 (patch) | |
tree | f30e3578a168c5d2202114c9f85fd751ddd5316c | |
parent | Remove an accidentally committed test configuration (diff) | |
download | synapse-07f1b7181997dca91b67dca7561ce4c532caf253.tar.xz |
Explicitely provide the postgres password to synapse in the Compose example
-rw-r--r-- | contrib/docker/docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/docker/docker-compose.yml b/contrib/docker/docker-compose.yml index 1d2aebbcd3..46e72601d3 100644 --- a/contrib/docker/docker-compose.yml +++ b/contrib/docker/docker-compose.yml @@ -15,6 +15,7 @@ services: - SYNAPSE_SERVER_NAME=my.matrix.host - SYNAPSE_REPORT_STATS=no - SYNAPSE_ENABLE_REGISTRATION=yes + - POSTGRES_PASSWORD=changeme volumes: # You may either store all the files in a local folder - ./files:/data |